about summary refs log tree commit diff
diff options
context:
space:
mode:
authorArtis <32833063+Artis24106@users.noreply.github.com>2021-06-11 21:41:16 +0800
committerGitHub <noreply@github.com>2021-06-11 15:41:16 +0200
commit2516324d3edb8d7936de7f4279405885cb87351a (patch)
tree48298ef5425bc8d1a46a79d65d116f675e21e1b5
parent8c1b0aba5f196e3ae58399b660442e77613c5558 (diff)
downloadafl++-2516324d3edb8d7936de7f4279405885cb87351a.tar.gz
Fix typo in README.md (#974)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f66eb288..a9150fb7 100644
--- a/README.md
+++ b/README.md
@@ -796,7 +796,7 @@ If you do not have to use Unicorn the following setup is recommended to use
 qemu_mode:
   * run 1 afl-fuzz -Q instance with CMPLOG (`-c 0` + `AFL_COMPCOV_LEVEL=2`)
   * run 1 afl-fuzz -Q instance with QASAN  (`AFL_USE_QASAN=1`)
-  * run 1 afl-fuzz -Q instance with LAF (``AFL_PRELOAD=libcmpcov.so` + `AFL_COMPCOV_LEVEL=2`)
+  * run 1 afl-fuzz -Q instance with LAF (`AFL_PRELOAD=libcmpcov.so` + `AFL_COMPCOV_LEVEL=2`)
 Alternatively you can use frida_mode, just switch `-Q` with `-O` and remove the
 LAF instance.