Skip to content

Commit

Permalink
fix(installation.md): update installation commands for package manager (
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincere1st authored Jan 21, 2025
1 parent 4b120db commit 4c0afd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
::: code-group

```sh [npm]
npm install vue-i18n@10
npm install vue-i18n@11
```

```sh [yarn]
yarn add vue-i18n@10
yarn add vue-i18n@11
```

```sh [pnpm]
pnpm add vue-i18n@10
pnpm add vue-i18n@11
```

:::
Expand Down

0 comments on commit 4c0afd5

Please sign in to comment.