From bf2f9431c7961904d2475646c3cc2b9876c9cfc9 Mon Sep 17 00:00:00 2001 From: epi <43392618+epi052@users.noreply.github.com> Date: Tue, 6 Oct 2020 06:06:32 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c683014..2fb7b79 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ cat targets.txt | sudo docker run --net=host --init -i feroxbuster --stdin -x js #### Mount a volume to pass in `ferox-config.toml` -You've got some options available if you want to pass in a config file. [`ferox-buster.toml`](ferox-config.toml) can live in multiple locations and still be valid, so it's up to you how you'd like to pass it in. Below are a few valid examples: +You've got some options available if you want to pass in a config file. [`ferox-buster.toml`](#ferox-config-toml) can live in multiple locations and still be valid, so it's up to you how you'd like to pass it in. Below are a few valid examples: ``` sudo docker run --init -v $(pwd)/ferox-config.toml:/etc/feroxbuster/ferox-config.toml -it feroxbuster -u http://example.com