Skip to content

Commit

Permalink
Fix example (#11)
Browse files Browse the repository at this point in the history
fix example
  • Loading branch information
redDwarf03 committed Aug 11, 2022
1 parent 9dc6309 commit 17f8f8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AEIP-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,13 @@ For example, if we want to create a collection of 3 tokens, which should be uniq
"symbol": "MNFT",
"properties": [
[
{ "name": "image", "value": "link of the 1st NFT image"},
{ "name": "image", "value": "link of the 1st NFT image"}
],
[
{ "name": "image", "value": "link of the 2nd NFT image"},
{ "name": "image", "value": "link of the 2nd NFT image"}
],
[
{ "name": "image", "value": "link of the 3rd NFT image"},
{ "name": "image", "value": "link of the 3rd NFT image"}
]
]
}
Expand Down

0 comments on commit 17f8f8a

Please sign in to comment.