Skip to content

Commit

Permalink
normalise preset example (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
allan-almeida-imtbl authored Jul 23, 2024
1 parent 245c534 commit 327c013
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ contract MyERC721 is ImmutableERC721 {
string memory baseURI,
string memory contractURI,
address operatorAllowlist,
address receiver,
address royaltyReceiver,
uint96 feeNumerator
) ImmutableERC721(
owner,
Expand All @@ -58,7 +58,7 @@ contract MyERC721 is ImmutableERC721 {
baseURI,
contractURI,
operatorAllowlist,
receiver,
royaltyReceiver,
feeNumerator
)
{}
Expand Down

0 comments on commit 327c013

Please sign in to comment.