Remove acronym from Readme
This commit is contained in:
committed by
GitHub
parent
0c667ca32a
commit
09014f90f9
@ -32,8 +32,8 @@ pragma solidity ^0.6.0;
|
|||||||
|
|
||||||
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
|
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
|
||||||
|
|
||||||
contract MyNFT is ERC721 {
|
contract MyCollectible is ERC721 {
|
||||||
constructor() ERC721("MyNFT", "MNFT") public {
|
constructor() ERC721("MyCollectible", "MCO") public {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user