diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2022-01-20 20:22:00 +0100 |
---|---|---|
committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2022-01-20 20:22:00 +0100 |
commit | 492418ebd60db51ad45f37eadb8859ec70361e2d (patch) | |
tree | 947a7834ffa5d1337d6ab87da0a115c0835010f1 | |
parent | 1d9d5936d953841d9244031271871d4225569b89 (diff) | |
download | afl++-492418ebd60db51ad45f37eadb8859ec70361e2d.tar.gz |
Fix punctuation and line length
-rw-r--r-- | README.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md index 5c2262cf..24164262 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,10 @@ Repository: AFL++ is maintained by: -* Marc "van Hauser" Heuse <mh@mh-sec.de>, -* Heiko "hexcoder-" Eißfeldt <heiko.eissfeldt@hexco.de>, -* Andrea Fioraldi <andreafioraldi@gmail.com> and -* Dominik Maier <mail@dmnk.co>. +* Marc "van Hauser" Heuse <mh@mh-sec.de> +* Heiko "hexcoder-" Eißfeldt <heiko.eissfeldt@hexco.de> +* Andrea Fioraldi <andreafioraldi@gmail.com> +* Dominik Maier <mail@dmnk.co> * Documentation: Jana Aydinbas <jana.aydinbas@gmail.com> Originally developed by Michał "lcamtuf" Zalewski. @@ -29,13 +29,13 @@ terms of the Apache-2.0 License. See the [LICENSE](LICENSE) for details. Here is some information to get you started: -* For an overview of the AFL++ documentation and a very helpful graphical - guide please visit [docs/README.md](docs/README.md) +* For an overview of the AFL++ documentation and a very helpful graphical guide, + please visit [docs/README.md](docs/README.md). * To get you started with tutorials, go to [docs/tutorials.md](docs/tutorials.md). * For releases, see the [Releases tab](https://github.com/AFLplusplus/AFLplusplus/releases) and - [branches](#branches). The best branches to use are however `stable` or + [branches](#branches). The best branches to use are, however, `stable` or `dev` - depending on your risk appetite. Also take a look at the list of [important changes in AFL++](docs/important_changes.md) and the list of [features](docs/features.md). @@ -133,7 +133,7 @@ Questions? Concerns? Bug reports? question missing, submit it via [https://github.com/AFLplusplus/AFLplusplus/discussions](https://github.com/AFLplusplus/AFLplusplus/discussions). * Best: join the [Awesome Fuzzing](https://discord.gg/gCraWct) Discord server. -* There is a (not really used) mailing list for the AFL/AFL++ project +* There is a (not really used) mailing list for the AFL/AFL++ project ([browse archive](https://groups.google.com/group/afl-users)). To compare notes with other users or to get notified about major new features, send an email to <afl-users+subscribe@googlegroups.com>, but note that this is not |