Fix README snippet typo
This commit is contained in:
committed by
GitHub
parent
651f6d8b57
commit
0b8296e525
@ -25,7 +25,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 {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user