Fixing docs issue #459

This commit is contained in:
Boris Kostenko
2017-10-07 23:21:58 +03:00
committed by GitHub
parent 5aba967db9
commit a5a1be7219

View File

@ -11,7 +11,7 @@ To install the Zeppelin library, run::
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";