From 68d44f21e03f223d528f3230119b767e7e1647b6 Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Fri, 23 Sep 2016 17:55:21 -0500 Subject: [PATCH 1/2] update readme to include instructions for ethersim --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ea2e5907..31b2bbf1 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,9 @@ Optional: serpent (develop) if using contracts with Serpent, ethersim if using t ```Bash $ npm -g install embark-framework + +# If you plant to use the simulator instead of a real ethereum node. +$ npm -g install ethersim ``` See [Complete Installation Instructions](https://github.com/iurimatias/embark-framework/wiki/Installation). From 0b79bb80287a88c7de3ffe60ff6d489feef93e4d Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Fri, 23 Sep 2016 17:56:19 -0500 Subject: [PATCH 2/2] spelling : ( --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31b2bbf1..ffdcfa11 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Optional: serpent (develop) if using contracts with Serpent, ethersim if using t ```Bash $ npm -g install embark-framework -# If you plant to use the simulator instead of a real ethereum node. +# If you plan to use the simulator instead of a real ethereum node. $ npm -g install ethersim ```