Skip to content

Commit b06b183

Browse files
authored
docs: use v0 tag for install (#1370)
1 parent b6ffe28 commit b06b183

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ Add `@nuxt/image` devDependency to your project:
1111

1212
::code-group
1313
```bash [yarn]
14-
yarn add --dev @nuxt/image
14+
yarn add --dev @nuxt/image@v0
1515
```
1616

1717
```bash [npm]
18-
npm install -D @nuxt/image
18+
npm install -D @nuxt/image@v0
1919
```
2020
::
2121

0 commit comments

Comments
 (0)