From 4408f39b5a7bb5ce9d73a6a873d447428c35341c Mon Sep 17 00:00:00 2001 From: Tsunami <63130562+tsunamidev@users.noreply.github.com> Date: Sat, 16 May 2020 15:09:46 +0100 Subject: [PATCH] Update minimal demo instructions Slight issues in commands. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 261ecd2..d3a13e0 100644 --- a/README.md +++ b/README.md @@ -125,8 +125,8 @@ and to @jbaylina for awesome [Circom](https://github.com/iden3/circom) & [Websna ## Minimal demo example 1. `npm i` 1. `ganache-cli -d` -1. `npm run downloadKeys` -1. `npm build:contract` +1. `npm run download` +1. `npm run build:contract` 1. `cp .env.example .env` 1. `npm run migrate:dev` 1. `node minimal-demo.js`