Skip to content

Commit a31d36a

Browse files
committed
chore(README): fix Echidna command
1 parent 964f359 commit a31d36a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ All tested properties can be found below in this README.
2121
## Usage
2222

2323
2. Run Echidna fuzzing with Foundry compilation tool
24-
`forge clean && forge build test/fuzzing/Fuzz.sol && ./echidna . --contract Fuzz --config echidna.yaml`
24+
`forge clean && forge build test/fuzzing/Fuzz.sol && echidna . --contract Fuzz --config echidna.yaml`
2525

2626
3. Run Foundry reproducers
2727
`forge test --mt test_coverage_mint`

0 commit comments

Comments
 (0)