Skip to content

Commit 1014051

Browse files
committed
chore: update readme
1 parent 76e792b commit 1014051

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ $ npm install --global backstop-crawl
1313

1414
## Usage
1515

16-
```
17-
$ npm install --global backstop-crawl
18-
```
19-
2016
```
2117
❯ backstop-crawl
2218
@@ -27,10 +23,15 @@ $ npm install --global backstop-crawl
2723
2824
Options
2925
--outfile, -o Save the backstop config to this file
26+
--debug Logs out errors produced while crawling
3027
--ignore-robots Ignore the sites robots.txt
3128
--ignore-ssl-errors Treat any certificate as valid (e.g. self-signed
3229
or expired)
33-
--debug Logs out errors produced while crawling
30+
--allow-subdomains Allow crawling links found to subdomains of the
31+
current domain
32+
--limit-similar[=3] Limits the number of similar URLs to a set number
33+
Defaults to 3
34+
e.g /blog/1, /blog/2, /blog/3
3435
3536
Examples
3637
$ backstop-crawl http://localhost
@@ -40,4 +41,4 @@ $ npm install --global backstop-crawl
4041

4142
## License
4243

43-
MIT © fffunction [fffunction.co](fffunction.co)
44+
MIT © fffunction [fffunction.co](https://fffunction.co)

0 commit comments

Comments
 (0)