Skip to content

Commit

Permalink
Merge pull request #32 from Certora/teryanarmen-patch-1
Browse files Browse the repository at this point in the history
fix openzeppelin typo
  • Loading branch information
chandrakananandi authored Aug 28, 2023
2 parents df22b96 + 75a0ea8 commit 88e145b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ For projects that have complex dependencies and imports, you may need to:

```bash
gambit mutate --filename path/to/file.sol \
--solc_remappings @openzepplin=node_modules/@openzeppelin @foo=node_modules/@foo
--solc_remappings @openzeppelin=node_modules/@openzeppelin @foo=node_modules/@foo
```

* **Specify allow-paths:** To include additional allowed paths via solc's
Expand Down

0 comments on commit 88e145b

Please sign in to comment.