about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-06-27 08:37:21 +0200
committervanhauser-thc <vh@thc.org>2022-06-27 08:37:21 +0200
commitcfb0257c99fa8c9ec4a4a33980092d1afd580638 (patch)
tree06faf8d92bbb3338523d25c113ed45c96ff309d1
parent9a93688e3eb4c670dbbe4ef581d0868106d844fb (diff)
downloadafl++-cfb0257c99fa8c9ec4a4a33980092d1afd580638.tar.gz
nits
-rw-r--r--docs/fuzzing_in_depth.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/fuzzing_in_depth.md b/docs/fuzzing_in_depth.md
index 8963c635..2c27dfe1 100644
--- a/docs/fuzzing_in_depth.md
+++ b/docs/fuzzing_in_depth.md
@@ -47,7 +47,7 @@ tasks, fuzzing may put a strain on your hardware and on the OS. In particular:
   example, the following line will run a Docker container with all this preset:
 
   ```shell
-  # docker run -ti --mount type=tmpfs,destination=/ramdisk -e AFL_TMPDIR=/ramdisk docker.io/aflplusplus/aflplusplus:stable
+  # docker run -ti --mount type=tmpfs,destination=/ramdisk -e AFL_TMPDIR=/ramdisk aflplusplus/aflplusplus
   ```
 
 ## 1. Instrumenting the target