Skip to content

Commit 42c7d98

Browse files
author
Ҽ˿
committed
update doc
1 parent 5e6e69f commit 42c7d98

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README-zh.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ a:link, a:visited {
109109

110110
### Node Watch
111111

112-
依赖 [chokidar](#) 模块。
112+
依赖 [chokidar](https://github.com/paulmillr/chokidar) 模块。
113113

114114
```js
115115
var fs = require('fs')

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ a:link, a:visited {
9393
```
9494
### Multiples selectors
9595

96-
`@custom-selector` similar to CSS [`:matches()`](http://dev.w3.org/csswg/selectors-4/#matches)[`-moz-any()`](https://developer.mozilla.org/en-US/docs/Web/CSS/:any)/[`-webkit-any()`](http://css-tricks.com/almanac/selectors/m/matches/)selector,But it **doesn’t support** call multiple custom selector in the same selector, e.g.
96+
`@custom-selector` similar to CSS [`:matches()`](http://dev.w3.org/csswg/selectors-4/#matches)([`-moz-any()`](https://developer.mozilla.org/en-US/docs/Web/CSS/:any)/[`-webkit-any()`](http://css-tricks.com/almanac/selectors/m/matches/))selector,but it **doesn’t support** call multiple custom selector in the same selector, e.g.
9797

9898
Example 3:
9999

@@ -109,7 +109,7 @@ This will throw an error CSS code.
109109

110110
### Node Watch
111111

112-
Dependence [chokidar](#) module.
112+
Dependence [chokidar](https://github.com/paulmillr/chokidar) module.
113113

114114
```js
115115
var fs = require('fs')

0 commit comments

Comments
 (0)