Updated reference to Ownable contract.
This commit is contained in:
committed by
Francisco Giordano
parent
67d3a759a7
commit
91fc295a42
@ -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::
|
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/Ownable.sol";
|
import "zeppelin-solidty/contracts/Ownable.sol";
|
||||||
|
|
||||||
contract MyContract is Ownable {
|
contract MyContract is Ownable {
|
||||||
...
|
...
|
||||||
|
|||||||
Reference in New Issue
Block a user