Skip to content

Commit 0ec84f8

Browse files
committed
typo
1 parent 1afac1b commit 0ec84f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Please follow the guide outlined in the [cheatcodes](https://github.com/foundry-
9393

9494
When making modifications to the native cheatcodes or adding new ones, please make sure to run [`./scripts/vm.py`](./scripts/vm.py) to update the cheatcodes in the [`src/Vm.sol`](./src/Vm.sol) file.
9595

96-
By default the script will automatically generate the cheatcodes from the [`cheatcodes.json`](https://raw.githubusercontent.com/foundry-rs/foundry/master/crates/cheatcodes/assets/cheatcodes.json) file, alternatively you can provide a path to a JSON file containing the Vm interface, as generated by Foundry, with the `--from` flag.
96+
By default the script will automatically generate the cheatcodes from the [`cheatcodes.json`](https://raw.githubusercontent.com/foundry-rs/foundry/master/crates/cheatcodes/assets/cheatcodes.json) file but alternatively you can provide a path to a JSON file containing the Vm interface, as generated by Foundry, with the `--from` flag.
9797

9898
```sh
9999
./scripts/vm.py --from path/to/cheatcodes.json

0 commit comments

Comments
 (0)