about summary refs log tree commit diff
path: root/examples/README.md
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-04-01 02:07:52 +0200
committerDominik Maier <domenukk@gmail.com>2020-04-01 13:10:07 +0200
commitd374648ce3d106e5aaa95da379188df56d364e3c (patch)
tree0232acca05398f17d78714f1fc236dbf6f78e108 /examples/README.md
parentd611e7d50e8efa3940a878d43c02382486c26d8c (diff)
downloadafl++-d374648ce3d106e5aaa95da379188df56d364e3c.tar.gz
docs
Diffstat (limited to 'examples/README.md')
-rw-r--r--examples/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/README.md b/examples/README.md
index 6c09caeb..3c5aa9f2 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -2,7 +2,7 @@
 
 Here's a quick overview of the stuff you can find in this directory:
 
-  - custom_mutstors      - An example custom mutator
+  - custom_mutators      - example custom mutators in python an c
 
   - argv_fuzzing         - a simple wrapper to allow cmdline to be fuzzed
                            (e.g., to test setuid programs).