We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 964f359 commit a31d36aCopy full SHA for a31d36a
1 file changed
README.md
@@ -21,7 +21,7 @@ All tested properties can be found below in this README.
21
## Usage
22
23
2. Run Echidna fuzzing with Foundry compilation tool
24
- `forge clean && forge build test/fuzzing/Fuzz.sol && ./echidna . --contract Fuzz --config echidna.yaml`
+ `forge clean && forge build test/fuzzing/Fuzz.sol && echidna . --contract Fuzz --config echidna.yaml`
25
26
3. Run Foundry reproducers
27
`forge test --mt test_coverage_mint`
0 commit comments