Skip to content

Commit

Permalink
docs: use v0 tag for install (#1370)
Browse files Browse the repository at this point in the history
  • Loading branch information
snwkng authored May 28, 2024
1 parent b6ffe28 commit b06b183
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/1.getting-started/1.installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Add `@nuxt/image` devDependency to your project:

::code-group
```bash [yarn]
yarn add --dev @nuxt/image
yarn add --dev @nuxt/image@v0
```

```bash [npm]
npm install -D @nuxt/image
npm install -D @nuxt/image@v0
```
::

Expand Down

0 comments on commit b06b183

Please sign in to comment.