about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvishesh-sharma-123 <77101111+vishesh-sharma-123@users.noreply.github.com>2021-01-20 09:22:28 +0530
committerGitHub <noreply@github.com>2021-01-20 09:22:28 +0530
commite3835b4d68fe0055e251c2480ca2080e44ba877d (patch)
tree8aff055979d67a4b9e4ae3f7015ac140b82ba956
parent271116f8705e08d1b4f924cda6c6cae1b0b5de2b (diff)
downloadafl++-e3835b4d68fe0055e251c2480ca2080e44ba877d.tar.gz
Update README.md
Typo
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index bea673f9..204eaf92 100644
--- a/README.md
+++ b/README.md
@@ -27,14 +27,14 @@
 
 ## Major changes in afl++ 3.0
 
-With afl++ 3.0 we introduced changes that break some previous afl and afl++
+With afl++ 3.0 we introduced changes that breaks some previous afl and afl++
 behaviours and defaults:
 
   * There are no llvm_mode and gcc_plugin subdirectories anymore and there is
     only one compiler: afl-cc. All previous compilers now symlink to this.
     All instrumentation source code is now in the `instrumentation/` folder.
   * The gcc_plugin was replaced with a new version submitted by AdaCore that
-    supports more features. thank you!
+    supports more features. Thank you!
   * qemu_mode got upgraded to QEMU 5.1, but to be able to build this a current
     ninja build tool version and python3 setuptools are required.
     qemu_mode also got new options like snapshotting, instrumenting specific
@@ -66,7 +66,7 @@ behaviours and defaults:
   2. [How to compile and install afl++](#building-and-installing-afl)
   3. [How to fuzz a target](#how-to-fuzz-with-afl)
   4. [Fuzzing binary-only targets](#fuzzing-binary-only-targets)
-  5. [Good examples and writeups of afl++ usages](#good-examples-and-writeups)
+  5. [Good examples and writeups of afl++ usages](#-examples-and-writeups)
   6. [Branches](#branches)
   7. [Want to help?](#help-wanted)
   8. [Detailed help and description of afl++](#challenges-of-guided-fuzzing)