Fixing typo.

This commit is contained in:
Rudy Godoy
2017-07-11 10:48:55 -05:00
committed by Francisco Giordano
parent 91fc295a42
commit 4f34d41523

View File

@ -13,7 +13,7 @@ To install the Zeppelin library, run::
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::
import "zeppelin-solidty/contracts/Ownable.sol";
import "zeppelin-solidity/contracts/Ownable.sol";
contract MyContract is Ownable {
...