Browse Source

docs: update js-abci example

closes https://github.com/tendermint/js-abci/issues/21
pull/1800/head
Zach Ramsay 7 years ago
parent
commit
516b3399f3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/getting-started.md

+ 1
- 1
docs/getting-started.md View File

@ -247,7 +247,7 @@ devs, we keep all our code under the `$GOPATH`, so run:
Kill the previous `counter` and `tendermint` processes. Now run the app:
node example/app.js
node example/counter.js
In another window, reset and start `tendermint`:


Loading…
Cancel
Save