From 4f34d4152320ddb2d96b22062750c35fba82145b Mon Sep 17 00:00:00 2001 From: Rudy Godoy Date: Tue, 11 Jul 2017 10:48:55 -0500 Subject: [PATCH] Fixing typo. --- 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 9b8de0a11..6f84f870a 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-solidty/contracts/Ownable.sol"; + import "zeppelin-solidity/contracts/Ownable.sol"; contract MyContract is Ownable { ...