Skip to content
This repository was archived by the owner on Jul 22, 2020. It is now read-only.

Commit 8bafdeb

Browse files
authored
[doc] Fix command name for running the fuzzer.
1 parent 5be6d81 commit 8bafdeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ clang-9 -fsanitize=fuzzer parse-complex.a -o parse-complex
8989
### Running the fuzzer
9090

9191
```bash
92-
./fuzzer
92+
./parse-complex
9393
```
9494

9595
Will print the following output and stacktrace:

0 commit comments

Comments
 (0)