Skip to content

Commit cdd2485

Browse files
committed
docs: simplify readme
1 parent 50c5d7d commit cdd2485

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,12 @@
2323

2424
## Quick setup
2525

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

2828
```bash
2929
npx nuxi@latest module add html-validator
3030
```
3131

32-
2. Add `@nuxtjs/html-validator` to the `modules` section of `nuxt.config.ts`
33-
34-
```js
35-
export default defineNuxtConfig({
36-
modules: ['@nuxtjs/html-validator'],
37-
})
38-
```
39-
4032
## Development
4133

4234
1. Clone this repository

0 commit comments

Comments
 (0)