Skip to content

Commit 40c6fd5

Browse files
committed
update pkg version in readme
1 parent 00b8f59 commit 40c6fd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Check file:///.../denoexample.ts
4848
# Install latest version
4949
go install github.com/script-development/rtcv_scraper_client/v2@latest
5050
# Install a specific version
51-
go install github.com/script-development/rtcv_scraper_client/v2@v2.1.0
51+
go install github.com/script-development/rtcv_scraper_client/v2@v2.2.0
5252
```
5353
5454
### *2.* Obtain a `env.json`
@@ -68,7 +68,7 @@ Create a `env.json` file with the following content **(this file can also be obt
6868
{"username": "scraping-site-username", "password": "scraping-site-password"}
6969
],
7070
// For production, set mock_mode to false
71-
// "mock_mode": false
71+
// "mock_mode": false
7272
}
7373
```
7474

0 commit comments

Comments
 (0)