From c2134cd2c3213af6d3a86120c9216b0c00e129d7 Mon Sep 17 00:00:00 2001 From: thephez Date: Sat, 24 Aug 2024 17:48:14 -0400 Subject: [PATCH] docs: update to install the latest stable sdk release --- 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 4d3d861d1..cc5873703 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@~4.1.0-dev +npm install dash ``` ### 2. Connect to Dash Platform