Fixed typos in readme

This commit is contained in:
Ethan Frey 2017-05-14 20:44:35 +02:00
parent 78593078ba
commit ab93d969bc

View File

@ -40,7 +40,7 @@ $ basecoin start
## Connect your basecli the first time
```
% basecli init --chainid test_chain_id --node localhost:45567
% basecli init --chainid test_chain_id --node tcp://localhost:46657
```
## Check your balances...
@ -65,4 +65,9 @@ $ basecoin start
```
% basecli seeds show --height 1767
% basecli proxy --serve tcp://localhost:7890
...
curl localhost:7890/status
curl localhost:7890/block\?height=20
```