This commit is contained in:
Michael Vines 2018-10-02 21:55:39 -07:00
parent 394d63891b
commit feab984cf1
1 changed files with 1 additions and 1 deletions

View File

@ -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`.