aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 8439439..9c9c580 100644
--- a/readme.md
+++ b/readme.md
@@ -268,7 +268,9 @@ The following bash scripts are useful when working on this project:
* fuzz:
```sh
cargo install cargo-fuzz
- cargo +nightly fuzz run markdown
+ cargo install honggfuzz
+ cargo +nightly fuzz run markdown_libfuzz
+ cargo hfuzz run markdown_honggfuzz
```
### Version