Skip to content

Commit 4c0afd5

Browse files
authored
fix(installation.md): update installation commands for package manager (#2081)
1 parent 4b120db commit 4c0afd5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guide/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
::: code-group
1111

1212
```sh [npm]
13-
npm install vue-i18n@10
13+
npm install vue-i18n@11
1414
```
1515

1616
```sh [yarn]
17-
yarn add vue-i18n@10
17+
yarn add vue-i18n@11
1818
```
1919

2020
```sh [pnpm]
21-
pnpm add vue-i18n@10
21+
pnpm add vue-i18n@11
2222
```
2323

2424
:::

0 commit comments

Comments
 (0)