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" ```