Skip to content

Commit a1a68bd

Browse files
committed
docs: simplify module installation command
1 parent 34c6eca commit a1a68bd

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/guide/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,24 +40,24 @@ You can also try it online on StackBlitz:
4040

4141
### Existing Project
4242

43-
If you already have a Nuxt project, you can add the module using `nuxi`:
43+
If you already have a Nuxt project, you can add the module using `nuxt`:
4444

4545
::: code-group
4646

4747
```bash [npm]
48-
npx nuxi@latest module add vuetify-nuxt-module
48+
npx nuxt module add vuetify-nuxt-module
4949
```
5050

5151
```bash [yarn]
52-
yarn dlx nuxi@latest module add vuetify-nuxt-module
52+
yarn dlx nuxt module add vuetify-nuxt-module
5353
```
5454

5555
```bash [pnpm]
56-
pnpm dlx nuxi@latest module add vuetify-nuxt-module
56+
pnpm dlx nuxt module add vuetify-nuxt-module
5757
```
5858

5959
```bash [bun]
60-
bun x nuxi@latest module add vuetify-nuxt-module
60+
bun x nuxt module add vuetify-nuxt-module
6161
```
6262

6363
:::

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ hero:
1313
alt: Vuetify Nuxt Module
1414
actions:
1515
- theme: alt
16-
text: npx nuxi@latest module add vuetify-nuxt-module
16+
text: npx nuxt module add vuetify-nuxt-module
1717
link: "#"
1818
- theme: brand
1919
text: Get Started

packages/vuetify-nuxt-module/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
> Requires Vite, will not work with Webpack
5353
5454
```bash
55-
npx nuxi@latest module add vuetify-nuxt-module
55+
npx nuxt module add vuetify-nuxt-module
5656
```
5757

5858
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/userquin/vuetify-nuxt-module)

0 commit comments

Comments
 (0)