Skip to content

Commit 606e928

Browse files
committed
formatting
1 parent aeb3fda commit 606e928

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ $ ./target/debug/fuzzed
6666
When using `libfuzzer-sys`, you can provide your own `libfuzzer` runtime in two ways.
6767

6868
If you are developing a fuzzer, you can set the `CUSTOM_LIBFUZZER_PATH` environment variable to the path of your local
69-
libfuzzer runtime, which will then be linked instead of building libfuzzer as part of the build stage of `libfuzzer-sys`.
70-
For an example, to link to a prebuilt LLVM 16 libfuzzer, you could use:
69+
`libfuzzer` runtime, which will then be linked instead of building libfuzzer as part of the build stage of `libfuzzer-sys`.
70+
For an example, to link to a prebuilt LLVM 16 `libfuzzer`, you could use:
7171

7272
```bash
7373
$ export CUSTOM_LIBFUZZER_PATH=/usr/lib64/clang/16/lib/libclang_rt.fuzzer-x86_64.a

0 commit comments

Comments
 (0)