Skip to content

Commit

Permalink
docs: fix setup for v7
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Dec 25, 2023
1 parent d640525 commit b9c250e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/7.v7/1.setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ Add `@nuxtjs/i18n` dependency to your project:

::code-group
```bash [Yarn]
yarn add @nuxtjs/i18n
yarn add @nuxtjs/i18n@7x
```

```bash [NPM]
npm install @nuxtjs/i18n
npm install @nuxtjs/i18n@7x
```

::
Expand Down

0 comments on commit b9c250e

Please sign in to comment.