Skip to content

Commit 66ae0d9

Browse files
committedFeb 19, 2025
Updated documentation
1 parent 940b50d commit 66ae0d9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎documentation/src/installation.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@ go version
2525
#### To Existing Project
2626

2727
```bash
28-
# Fetches Avail-GO SDK v0.2.0-rc5. This might not be the newest version so make sure to check out the latest github avail-go-sdk release.
28+
# Fetches Avail-GO SDK v0.2.2. This might not be the newest version so make sure to check out the latest github avail-go-sdk release.
2929
# Link to Github: https://github.com/availproject/avail-go-sdk/releases
30-
go get github.com/availproject/avail-go-sdk@v0.2.0-rc5
30+
go get github.com/availproject/avail-go-sdk@v0.2.2
3131
```
3232

3333
#### To A New Project
3434

3535
```bash
3636
# Creates a new project with name myproject
3737
go mod init myproject
38-
# Fetches Avail-GO SDK v0.2.1. This might not be the newest version so make sure to check out the latest github avail-go-sdk release.
38+
# Fetches Avail-GO SDK v0.2.2. This might not be the newest version so make sure to check out the latest github avail-go-sdk release.
3939
# Link to Github: https://github.com/availproject/avail-go-sdk/releases
40-
go get github.com/availproject/avail-go-sdk@v0.2.1
40+
go get github.com/availproject/avail-go-sdk@v0.2.2
4141
```
4242

4343
#### First Time Running

‎documentation/src/start.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# SDK Version
22

3-
This Documentation is based upon avail-go version v0.2.0
3+
This Documentation is based upon avail-go version v0.2.2

0 commit comments

Comments
 (0)
Please sign in to comment.