Skip to content

Commit ccbe263

Browse files
committed
udpate readme
1 parent ff62b4d commit ccbe263

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

ReadMe.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ The default options are:
6565
"ignore": [],
6666
"preferGET": [],
6767
"ignoreRedirects": false,
68-
"retry": 3
68+
"retry": 3,
69+
"userAgent": "textlint-rule-no-dead-link/1.0"
6970
}
7071
}
7172
}
@@ -146,6 +147,10 @@ The default concurrency count is `8`.
146147
This rule checks the url with retry.
147148
The default max retry count is `3`.
148149

150+
### userAgent
151+
152+
Customize `User-Agent` http header.
153+
149154
## Tests
150155

151156
```

0 commit comments

Comments
 (0)