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 02:07:52 +0200
commit98c090818576a738c910a7dcd50540f60904d3a2 (patch)
tree0232acca05398f17d78714f1fc236dbf6f78e108 /examples/README.md
parentead3701f5ba4725c1daf3301baa4add91b1c0147 (diff)
downloadafl++-98c090818576a738c910a7dcd50540f60904d3a2.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).