Fix README snippet typo

pull/1313/head
Francisco Giordano 7 years ago committed by GitHub
parent 651f6d8b57
commit 0b8296e525
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

@ -25,7 +25,7 @@ import 'openzeppelin-solidity/contracts/token/ERC721/ERC721Full.sol';
import 'openzeppelin-solidity/contracts/token/ERC721/ERC721Mintable.sol';
contract MyNFT is ERC721Full, ERC721Mintable {
constructors() ERC721Full("MyNFT", "MNFT") public {
constructor() ERC721Full("MyNFT", "MNFT") public {
}
}
```

Loading…
Cancel
Save