Skip to content

Commit

Permalink
readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tuturu-tech committed Mar 26, 2024
1 parent 7a06102 commit 7cd31e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ The `template` command is used to generate a fuzzing harness. The harness can in
- `--config`: Path to the `fuzz-utils` config JSON file

**Example**

In order to generate a fuzzing harness for the [BasicTypes.sol](tests/test_data/src/BasicTypes.sol) contract, we need to `cd` into the `tests/test_data/` directory which contains the Foundry project and run the command:
```bash
fuzz-utils template ./src/BasicType.sol --name "DefaultHarness" --contracts BasicTypes
Expand Down

0 comments on commit 7cd31e5

Please sign in to comment.