Skip to content

Commit

Permalink
docs: Using add for pnpm instead of install (#1767)
Browse files Browse the repository at this point in the history
* Using add for pnpm instead of install

* Update installation.md
  • Loading branch information
xuanzhi33 authored Mar 21, 2024
1 parent 71decbc commit 5848d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ yarn add vue-i18n@9
### PNPM
```sh
pnpm install vue-i18n@9
pnpm add vue-i18n@9
```
When using with a module system, you must explicitly install the `vue-i18n`
Expand Down

0 comments on commit 5848d73

Please sign in to comment.