From 0f3395b378ccc963b6933cb5d844456b763575c0 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Wed, 19 Oct 2016 07:24:47 -0400 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e94311aff..45e9d8575 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Further: depending on the dapp stack you choose: [IPFS](https://ipfs.io/) $ npm -g install embark # If you plan to use the simulator instead of a real ethereum node. -$ npm -g install testrpc +$ npm -g install ethereumjs-testrpc ``` See [Complete Installation Instructions](https://github.com/iurimatias/embark-framework/wiki/Installation).