docs: fix js-abci example (#2935)

This commit is contained in:
Zach
2018-11-28 11:29:26 -05:00
committed by Anton Kaliaev
parent 4571f0fbe8
commit 3d15579e0c

View File

@ -256,9 +256,8 @@ You'll also need to fetch the relevant repository, from
```
git clone https://github.com/tendermint/js-abci.git
cd js-abci/example
npm install
cd ..
cd js-abci
npm install abci
```
Kill the previous `counter` and `tendermint` processes. Now run the app: