about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorllzmb <46303940+llzmb@users.noreply.github.com>2021-12-02 19:52:10 +0100
committerllzmb <46303940+llzmb@users.noreply.github.com>2021-12-02 19:52:10 +0100
commitb7395fa46710673602b8fb7257e502e5f129a56c (patch)
treec7ba9ea67e66d67b51d824413ec1ba87af72966b /README.md
parent3023a36d4d2d2f4549d637bd505ba9ebd743788b (diff)
downloadafl++-b7395fa46710673602b8fb7257e502e5f129a56c.tar.gz
Change "AFL" to "AFL++"
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index dbf49b20..93c0dd10 100644
--- a/README.md
+++ b/README.md
@@ -99,7 +99,7 @@ Step-by-step quick start:
    To add a dictionary, add `-x /path/to/dictionary.txt` to afl-fuzz.
 
    If the program takes input from a file, you can put `@@` in the program's
-   command line; AFL will put an auto-generated file name in there for you.
+   command line; AFL++ will put an auto-generated file name in there for you.
 
 4. Investigate anything shown in red in the fuzzer UI by promptly consulting
    [docs/afl-fuzz_approach.md#understanding-the-status-screen](docs/afl-fuzz_approach.md#understanding-the-status-screen).