Skip to content

Commit 79d962b

Browse files
authored
docs: use new nuxi module add command in installation (#79)
1 parent 580b7d7 commit 79d962b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@ This module will gather those metrics on each page view, and send them to a prov
99
## Installation
1010

1111
```bash
12-
# yarn
13-
yarn add --dev @nuxtjs/web-vitals
14-
15-
# npm
16-
npm install --save-dev @nuxtjs/web-vitals
12+
npx nuxi@latest module add web-vitals
1713
```
1814

1915
Add `@nuxtjs/web-vitals` to the `modules` section of your `nuxt.config.js`

0 commit comments

Comments
 (0)