Skip to content

Commit bed245b

Browse files
authored
docs: recommend installing as dev dependency (#335)
1 parent 10bc78d commit bed245b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323

2424
## Quick setup
2525

26-
1. Add `@nuxtjs/html-validator` dependency to your project
26+
1. Add `@nuxtjs/html-validator` as a dev dependency to your project
2727

2828
```bash
29-
yarn add @nuxtjs/html-validator # or npm install @nuxtjs/html-validator
29+
yarn add @nuxtjs/html-validator --dev # or npm install @nuxtjs/html-validator --save-dev
3030
```
3131

3232
2. Add `@nuxtjs/html-validator` to the `modules` section of `nuxt.config.ts`

0 commit comments

Comments
 (0)