We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b8f59 commit 40c6fd5Copy full SHA for 40c6fd5
README.md
@@ -48,7 +48,7 @@ Check file:///.../denoexample.ts
48
# Install latest version
49
go install github.com/script-development/rtcv_scraper_client/v2@latest
50
# Install a specific version
51
-go install github.com/script-development/rtcv_scraper_client/v2@v2.1.0
+go install github.com/script-development/rtcv_scraper_client/v2@v2.2.0
52
```
53
54
### *2.* Obtain a `env.json`
@@ -68,7 +68,7 @@ Create a `env.json` file with the following content **(this file can also be obt
68
{"username": "scraping-site-username", "password": "scraping-site-password"}
69
],
70
// For production, set mock_mode to false
71
- // "mock_mode": false
+ // "mock_mode": false
72
}
73
74
0 commit comments