From 3d15579e0c235e0c425405f409c844b16d369ec8 Mon Sep 17 00:00:00 2001 From: Zach Date: Wed, 28 Nov 2018 11:29:26 -0500 Subject: [PATCH] docs: fix js-abci example (#2935) --- docs/app-dev/getting-started.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/app-dev/getting-started.md b/docs/app-dev/getting-started.md index d38615a2c..5509a7012 100644 --- a/docs/app-dev/getting-started.md +++ b/docs/app-dev/getting-started.md @@ -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: