We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10bc78d commit bed245bCopy full SHA for bed245b
README.md
@@ -23,10 +23,10 @@
23
24
## Quick setup
25
26
-1. Add `@nuxtjs/html-validator` dependency to your project
+1. Add `@nuxtjs/html-validator` as a dev dependency to your project
27
28
```bash
29
-yarn add @nuxtjs/html-validator # or npm install @nuxtjs/html-validator
+yarn add @nuxtjs/html-validator --dev # or npm install @nuxtjs/html-validator --save-dev
30
```
31
32
2. Add `@nuxtjs/html-validator` to the `modules` section of `nuxt.config.ts`
0 commit comments