Commit a5a1be72 by Boris Kostenko Committed by GitHub

Fixing docs issue #459

parent 5aba967d
...@@ -11,7 +11,7 @@ To install the Zeppelin library, run:: ...@@ -11,7 +11,7 @@ To install the Zeppelin library, run::
npm i zeppelin-solidity npm i zeppelin-solidity
After that, you'll get all the library's contracts in the contracts/zeppelin folder. You can use the contracts in the library like so:: After that, you'll get all the library's contracts in the `node_modules/zeppelin-solidity/contracts` folder. You can use the contracts in the library like so::
import "zeppelin-solidity/contracts/Ownable.sol"; import "zeppelin-solidity/contracts/Ownable.sol";
......
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