Unverified Commit 7f591a91 by Joe Jordan Committed by GitHub

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.
parent c7f2138d
...@@ -21,7 +21,7 @@ mkdir myproject && cd myproject ...@@ -21,7 +21,7 @@ mkdir myproject && cd myproject
truffle init truffle init
``` ```
To install the OpenZeppelin library, run: To install the OpenZeppelin library, run the following in your Solidity project root directory:
```sh ```sh
npm init npm init
npm install zeppelin-solidity npm install zeppelin-solidity
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment