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)| ---