Skip to content

Commit

Permalink
readme: fix cheatcode path (#8907)
Browse files Browse the repository at this point in the history
fix cheatcode path
  • Loading branch information
aganisgash authored Sep 19, 2024
1 parent fa3da2e commit da77402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cheatcodes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Foundry cheatcodes definitions and implementations.

All cheatcodes are defined in a single [`sol!`] macro call in [`spec/src/vm.rs`].

This, combined with the use of an internal [`Cheatcode`](../macros/impl/src/cheatcodes.rs) derive macro,
This, combined with the use of an internal [`Cheatcode`](../../crates/cheatcodes/spec/src/cheatcode.rs) derive macro,
allows us to generate both the Rust definitions and the JSON specification of the cheatcodes.

Cheatcodes are manually implemented through the `Cheatcode` trait, which is called in the
Expand Down

0 comments on commit da77402

Please # to comment.