From a5a1be72197be4a619653b67c7345c31ff6da1c8 Mon Sep 17 00:00:00 2001 From: Boris Kostenko Date: Sat, 7 Oct 2017 23:21:58 +0300 Subject: [PATCH] Fixing docs issue #459 --- docs/source/getting-started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/getting-started.rst b/docs/source/getting-started.rst index 6f84f870a..b700dd402 100644 --- a/docs/source/getting-started.rst +++ b/docs/source/getting-started.rst @@ -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";