Skip to content

Commit a76ed65

Browse files
committed
docs(README): Update README
1 parent 36ab80d commit a76ed65

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ReadMe.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,16 @@ Examples:
9696

9797
### ignore
9898

99-
An array of URIs to be ignored. These URIs will be skipped from the availability checks.
99+
An array of URIs or [glob](https://github.com/isaacs/node-glob "glob")s to be ignored.
100+
These list will be skipped from the availability checks.
100101

101102
Example:
102103

103104
```json
104105
"no-dead-link": {
105106
"ignore": [
106107
"http://example.com/not-exist/index.html",
107-
"http://example.com/*" # Glob format
108+
"http://example.com/*" // glob format
108109
]
109110
}
110111
```

0 commit comments

Comments
 (0)