From a4f8eb0937f598cdaa247994bb93b3013f351cb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julio=20Jime=CC=81nez?= Date: Sat, 5 Dec 2020 23:26:00 +0100 Subject: [PATCH] Update README.md specifing blacklist regex can only be used when using spank.config.js --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78b02a2..5db2a44 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ spank can also be used without a config. Use `npx spank --help` for parameters. |concurrently|`3`| Max simultaneous running jobs | |eventName|| If specified, HTMLs aren't saved till the page has emitted the event.| |host|`http://jsdom.ssr`|Simulated host | -|blacklist|[]|List of paths to be ignored. Regular expressions are supported| +|blacklist|[]|List of paths to be ignored. Regular expressions are supported when using spank.config.js| |depth|2|How far to crawl any path in the sitemap| |ssrOptions|{}|Options to be passed to [tossr](https://github.com/roxiness/tossr#config)| ---