diff options
author | Benjamin Beasley <code@musicinmybrain.net> | 2020-11-13 18:58:50 -0500 |
---|---|---|
committer | Benjamin Beasley <code@musicinmybrain.net> | 2020-11-13 18:58:50 -0500 |
commit | 155c2767a06e95da2e7ae44b3cd9720d25fbfbd7 (patch) | |
tree | fb59ab45ff4d0ce3de5daddea7efbcef88a50ab6 | |
parent | 7db5d87a32fadf65d97022a3fe87fcb033752a1e (diff) | |
download | afl++-155c2767a06e95da2e7ae44b3cd9720d25fbfbd7.tar.gz |
fix you/your typo in README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index b1e20f75..fd368cc8 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ afl++ is a superior fork to Google's afl - more speed, more and better mutations, more and better instrumentation, custom module support, etc. - If you want to use afl++ for you academic work, check the [papers page](https://aflplus.plus/papers/) + If you want to use afl++ for your academic work, check the [papers page](https://aflplus.plus/papers/) in the website. ## Major changes in afl++ 3.0 |