mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-22 09:21:32 +00:00
docs: fix js-abci example (#2935)
This commit is contained in:
@ -256,9 +256,8 @@ You'll also need to fetch the relevant repository, from
|
|||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/tendermint/js-abci.git
|
git clone https://github.com/tendermint/js-abci.git
|
||||||
cd js-abci/example
|
cd js-abci
|
||||||
npm install
|
npm install abci
|
||||||
cd ..
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Kill the previous `counter` and `tendermint` processes. Now run the app:
|
Kill the previous `counter` and `tendermint` processes. Now run the app:
|
||||||
|
Reference in New Issue
Block a user