File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ index ff596b0c..00000000
5959- <!-- Make sure that you have reviewed the OpenZeppelin Contracts Contributor Guidelines. -->
6060- <!-- https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/CONTRIBUTING.md -->
6161diff --git a/README.md b/README.md
62- index 27627f43..47c5c7a4 100644
62+ index 27627f43..e42a66e8 100644
6363--- a/README.md
6464+++ b/README.md
6565@@ -19,6 +19,9 @@
@@ -95,7 +95,7 @@ index 27627f43..47c5c7a4 100644
9595 pragma solidity ^0.8.19;
9696
9797- import {ERC721} from "@openzeppelin/contracts/token/ERC721/ERC721.sol";
98- + import {ERC71Upgradeable} "@openzeppelin/contracts-upgradeable/token/ERC721/ERC721Upgradeable.sol";
98+ + import {ERC721Upgradeable} from "@openzeppelin/contracts-upgradeable/token/ERC721/ERC721Upgradeable.sol";
9999
100100- contract MyCollectible is ERC721 {
101101- constructor() ERC721("MyCollectible", "MCO") {
You can’t perform that action at this time.
0 commit comments