Browse Source

Fixing docs issue #459

Boris Kostenko 8 years ago
parent
commit
a5a1be7219
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/source/getting-started.rst

+ 1 - 1
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";