diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-04 22:28:05 +0100 |
---|---|---|
committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-04 22:28:05 +0100 |
commit | 3506077fd6f250f3c080b58ea3bae117c3b122da (patch) | |
tree | aa2aa745f9eb3932d23b7a4ee6ec6715f55b6a75 /custom_mutators/README.md | |
parent | 415be06c54a61ae87fd8a99da2ee12d1ea5d1638 (diff) | |
download | afl++-3506077fd6f250f3c080b58ea3bae117c3b122da.tar.gz |
Add missing blank lines and remove double blank lines
Diffstat (limited to 'custom_mutators/README.md')
-rw-r--r-- | custom_mutators/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/custom_mutators/README.md b/custom_mutators/README.md index fa877f34..0289e150 100644 --- a/custom_mutators/README.md +++ b/custom_mutators/README.md @@ -15,6 +15,7 @@ In `./rust`, you will find rust bindings, including a simple example in `./rust/ If you use git to clone AFL++, then the following will incorporate our excellent grammar custom mutator: + ```sh git submodule update --init ``` |