Skip to content

Commit

Permalink
docs: fix installation for v9 (nuxt-modules#3013)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon authored Jul 4, 2024
1 parent 4866eaf commit 766c38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/docs/5.v9/1.getting-started/1.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ And About Breaking chainge, See the [here](https://vue-i18n.intlify.dev/guide/mi

1. Install `@nuxtjs/i18n` as a dev dependency to your project:
```bash
npx nuxi@latest module add i18n
npx nuxi@latest module add @nuxtjs/i18n@next
```

2. Add `@nuxtjs/i18n` to your `nuxt.config` modules:
Expand Down

0 comments on commit 766c38f

Please sign in to comment.