File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Plug-and-play image optimization for Nuxt apps. Resize and transform your images
2828Install ` @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
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ You are reading the `v1` documentation compatible with **Nuxt 3**. :br Checkout
1212To 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments