From feab984cf12fe98ae6c40bb24ba421e46d2704dc Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Tue, 2 Oct 2018 21:55:39 -0700 Subject: [PATCH] docs: d --- web3.js/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3.js/README.md b/web3.js/README.md index 68c46df710..b37801bf70 100644 --- a/web3.js/README.md +++ b/web3.js/README.md @@ -69,7 +69,7 @@ console.log(solanaWeb3); ``` ## Local Network -The `solana-localnet` program is provide to easily start a test Solana network +The `solana-localnet` program is provided to easily start a test Solana network locally on your machine. Docker must be installed. The JSON RPC endpoint of the local network is `http://localhost:8899`.