| Index: testing/libfuzzer/getting_started.md
|
| diff --git a/testing/libfuzzer/getting_started.md b/testing/libfuzzer/getting_started.md
|
| index f7db0dd654dc0626500bedc0276576a9fc7d645a..62863dc1451069d195e49be9ff4089ce93dffea7 100644
|
| --- a/testing/libfuzzer/getting_started.md
|
| +++ b/testing/libfuzzer/getting_started.md
|
| @@ -1,7 +1,7 @@
|
| # Getting Started with libFuzzer in Chrome
|
|
|
| *** note
|
| -**Prerequisites:** libFuzzer in chrome is supported with GN on Linux only.
|
| +**Prerequisites:** libFuzzer in Chrome is supported with GN on Linux only.
|
| ***
|
|
|
| This document will walk you through:
|
| @@ -70,7 +70,7 @@ Build with ninja as usual and run:
|
|
|
| ```bash
|
| ninja -C out/libfuzzer url_parse_fuzzer
|
| -./out/libfuzzer url_parse_fuzzer
|
| +./out/libfuzzer/url_parse_fuzzer
|
| ```
|
|
|
| Your fuzzer should produce output like this:
|
|
|