From ef4e2eb3e955e70b441e4d241813133e73973265 Mon Sep 17 00:00:00 2001 From: Lisa Date: Thu, 13 Mar 2025 19:04:47 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74c73a5..7da3282 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ node scanner.js If you want to quickly change path use: ```js -node index.js --pathtoscan="./your/path/goes/here" +node scanner.js --pathtoscan="./your/path/goes/here" --ignore="some,folder,to,ignore,and,not.scan" ```