Skip to content

Commit c12992e

Browse files
committed
update readmi
1 parent 59a3562 commit c12992e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Validate html files with [html-validate](https://html-validate.org/)
33

44
`
5-
npm i https://github.com/alte0/gulp-html-validate
5+
npm i -D https://github.com/alte0/gulp-html-validate
66
`
77

88
Use plugin:
@@ -21,11 +21,11 @@ Create `.htmlvalidate.json`:
2121
```js
2222
{
2323
"extends": [
24-
"htmlvalidate:recommended"
24+
"html-validate:recommended"
2525
],
2626

2727
"rules": {
28-
"close-order": "error"
28+
"close-order": "error",
2929
"void": ["warn", {"style": "omit"}]
3030
}
3131
}

0 commit comments

Comments
 (0)