From d3cec21f443768092edbda26d4e44d47bafaf152 Mon Sep 17 00:00:00 2001 From: poma Date: Sat, 13 Jul 2019 18:02:00 +0300 Subject: [PATCH] typo --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index db463b8..88c504d 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,14 @@ 2. `npm install -g npx` ## Usage -- `npm i` -- `cp .env.example .env` -- `npm run build:circuit` -- `npm run build:contract` -- `npx run truffle-cli` -- `npm run migrate:dev` -- `./cli.js deposit` -- `./cli.js withdraw ` +1. `npm i` +1. `cp .env.example .env` +1. `npm run build:circuit` +1. `npm run build:contract` +1. `npx run ganache-cli` +1. `npm run migrate:dev` +1. `./cli.js deposit` +1. `./cli.js withdraw ` ## Testing truffle 1. `npm i`