From 7f591a91814390e15298eb958815d2bebf5ffc3c Mon Sep 17 00:00:00 2001 From: Joe Jordan Date: Thu, 18 Jan 2018 10:41:28 -0500 Subject: [PATCH] Update README.md I clarified where the "npm install zeppelin-solidity" command should happen. I got hung up on it initially and I know others have as well. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cae1a745..b9deaddfa 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ mkdir myproject && cd myproject truffle init ``` -To install the OpenZeppelin library, run: +To install the OpenZeppelin library, run the following in your Solidity project root directory: ```sh npm init npm install zeppelin-solidity