diff --git a/README.md b/README.md index bf94ed5..ff32adf 100644 --- a/README.md +++ b/README.md @@ -556,7 +556,7 @@ body, then that response is filtered out. ### Stop and Resume Scans (`--resume-from FILE`) (new in `v1.9.0`) -Version 1.9.0 adds a few features that allows for completely stopping a scan, and resuming that same scan from a file on disk. +Version 1.9.0 adds a few features that allow for completely stopping a scan, and resuming that same scan from a file on disk. A simple `Ctrl+C` during a scan will create a file that contains information about the scan that was cancelled. diff --git a/img/resumed-scan.gif b/img/resumed-scan.gif new file mode 100644 index 0000000..5ab59c4 Binary files /dev/null and b/img/resumed-scan.gif differ diff --git a/img/save-state.png b/img/save-state.png new file mode 100644 index 0000000..c5a4a00 Binary files /dev/null and b/img/save-state.png differ