Skip to content

Commit d0ec287

Browse files
committed
docs: use new nuxi module add command in installation
1 parent 87c1019 commit d0ec287

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,7 @@
2828
1. Add `dayjs-nuxt` dependency to your project
2929

3030
```bash
31-
# Using pnpm
32-
pnpm add -D dayjs-nuxt
33-
34-
# Using yarn
35-
yarn add --dev dayjs-nuxt
36-
37-
# Using npm
38-
npm install --save-dev dayjs-nuxt
31+
npx nuxi@latest module add dayjs
3932
```
4033

4134
2. Add `dayjs-nuxt` to the `modules` section of `nuxt.config.ts`

0 commit comments

Comments
 (0)