From 717101ec8894aa812bd1d32a0b8e97ef1f8a1854 Mon Sep 17 00:00:00 2001 From: thephez Date: Mon, 3 Jun 2024 09:31:08 -0400 Subject: [PATCH] docs: pin sdk version to testnet version (#59) --- docs/tutorials/connecting-to-testnet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/connecting-to-testnet.md b/docs/tutorials/connecting-to-testnet.md index 09808d35a..561dcfebf 100644 --- a/docs/tutorials/connecting-to-testnet.md +++ b/docs/tutorials/connecting-to-testnet.md @@ -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