Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrencev authored Oct 1, 2024
1 parent da96e0a commit e606c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rs-macro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ abigen!(
abigen!(
MyContract,
"./contracts/abi/components.abi.json",
derive(Debug, Clone),
derives(Debug, Clone),
contract_derives(Debug, Clone)
);

Expand Down

0 comments on commit e606c83

Please sign in to comment.