Skip to content

Commit 809e726

Browse files
committed
docs: use nuxt rather than nuxi
1 parent 4f5ad19 commit 809e726

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Plug-and-play image optimization for Nuxt apps. Resize and transform your images
2828
Install `@nuxt/image` dependency to your project:
2929

3030
```sh
31-
npx nuxi@latest module add image
31+
npx nuxt module add image
3232
```
3333

3434
## Nuxt 2

docs/content/1.get-started/1.installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You are reading the `v1` documentation compatible with **Nuxt 3**. :br Checkout
1212
To get started, add `@nuxt/image` to your project:
1313

1414
```bash
15-
npx nuxi@latest module add image
15+
npx nuxt module add image
1616
```
1717

1818
## Manual Installation
@@ -132,7 +132,7 @@ If an error occurs during installation:
132132

133133
::div
134134
```bash
135-
npx nuxi@latest upgrade --force
135+
npx nuxt upgrade --force
136136
```
137137
::
138138

docs/content/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Plug-and-play image optimization for Nuxt apps. Resize and transform your images
3232
Get started
3333
:::
3434

35-
:::copy-code-input{source="npx nuxi@latest module add image"}
35+
:::copy-code-input{source="npx nuxt module add image"}
3636
:::
3737
::
3838

0 commit comments

Comments
 (0)