Commit 2a8146a4 by Francisco Giordano Committed by Leo Arias

Fix README snippet typo

(cherry picked from commit 0b8296e5)
parent 2e14386e
...@@ -23,7 +23,7 @@ import 'openzeppelin-solidity/contracts/token/ERC721/ERC721Full.sol'; ...@@ -23,7 +23,7 @@ import 'openzeppelin-solidity/contracts/token/ERC721/ERC721Full.sol';
import 'openzeppelin-solidity/contracts/token/ERC721/ERC721Mintable.sol'; import 'openzeppelin-solidity/contracts/token/ERC721/ERC721Mintable.sol';
contract MyNFT is ERC721Full, ERC721Mintable { contract MyNFT is ERC721Full, ERC721Mintable {
constructors() ERC721Full("MyNFT", "MNFT") public { constructor() ERC721Full("MyNFT", "MNFT") public {
} }
} }
``` ```
......
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