From 8d2bf0422fe1dd9fc2639270da2c78c7ec9365de Mon Sep 17 00:00:00 2001 From: Raymond Nook <59678453+developStorm@users.noreply.github.com> Date: Wed, 5 Jun 2024 15:33:24 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f30c4a2..298d1706 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ For more complex scanning scenarios, such as using multiple modules or custom co docker run --rm -i -v /path/to/your/config.ini:/config.ini ghcr.io/zmap/zgrab2 multiple -c /config.ini ``` -Replace `/path/to/your/config.ini` with the path to your configuration file on the host machine. See follow for more details on configurations. +Replace `/path/to/your/config.ini` with the path to your configuration file on the host machine. See [Multiple Module Usage](#multiple-module-usage) for more details on configurations. ### Building from Source