Commit 7fb90a15 by Nicolás Venturo

Update readme example to use 0.5.0.

parent e5b94c14
......@@ -17,7 +17,7 @@ npm install openzeppelin-solidity
To write your custom contracts, import ours and extend them through inheritance.
```solidity
pragma solidity ^0.4.24;
pragma solidity ^0.5.0;
import 'openzeppelin-solidity/contracts/token/ERC721/ERC721Full.sol';
import 'openzeppelin-solidity/contracts/token/ERC721/ERC721Mintable.sol';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment