Skip to content

Commit c9619f6

Browse files
authored
fix up name of fuzz script in readme
1 parent 20da78b commit c9619f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fuzz/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This directory contains some fuzz testing infrastructure for `uuid`, using AFL++
66

77
1. Add a `fuzz/$TARGET_NAME/main.rs`, where `$TARGET_NAME` is a name for the test, like `parse`. See existing cases for the content to include in this file.
88
2. Add a `[[bin]]` to `fuzz/Cargo.toml` with the new target included.
9-
3. Add an entry to the `fuzz/quickcheck.sh` to run it.
9+
3. Add an entry to the `fuzz/canary.sh` to run it.
1010

1111
## Running fuzz cases
1212

0 commit comments

Comments
 (0)