diff --git a/docs/source/getting-started.rst b/docs/source/getting-started.rst index 4419fa34b..9b8de0a11 100644 --- a/docs/source/getting-started.rst +++ b/docs/source/getting-started.rst @@ -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/Ownable.sol"; + import "zeppelin-solidty/contracts/Ownable.sol"; contract MyContract is Ownable { ...