Skip to content

Commit

Permalink
docs: pin sdk version to testnet version (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
thephez authored Jun 3, 2024
1 parent 16079d0 commit 717101e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/connecting-to-testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Platform services are provided via a combination of HTTP and gRPC connections to
The JavaScript SDK package is available from npmjs.com and can be installed by running `npm install dash` from the command line:

```shell
npm install dash@1.0-dev
npm install dash@1.0.0-dev.12
```

### 2. Connect to Dash Platform
Expand Down

0 comments on commit 717101e

Please sign in to comment.