Rudy Godoy 8 anni fa
parent
commit
4f34d41523
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      docs/source/getting-started.rst

+ 1 - 1
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 {
 	  ...