This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
docs: fix js-abci example (
#2935
)
pull/2939/head
Zach
6 years ago
committed by
Anton Kaliaev
parent
4571f0fbe8
commit
3d15579e0c
1 changed files
with
2 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-3
docs/app-dev/getting-started.md
+ 2
- 3
docs/app-dev/getting-started.md
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:
Write
Preview
Loading…
Cancel
Save