Remove acronym from Readme

pull/2316/head
Francisco Giordano 5 years ago committed by GitHub
parent 0c667ca32a
commit 09014f90f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      README.md

@ -32,8 +32,8 @@ pragma solidity ^0.6.0;
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
contract MyNFT is ERC721 {
constructor() ERC721("MyNFT", "MNFT") public {
contract MyCollectible is ERC721 {
constructor() ERC721("MyCollectible", "MCO") public {
}
}
```

Loading…
Cancel
Save