Skip to content

Commit

Permalink
📝 fix wrong pnpm command in doc (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
et84121 authored Jul 3, 2024
1 parent dcc192e commit 5bcff39
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
## 🚀 Quickstart

1. Install with your favorite package manager:
- **pnpm** : `pnpm i pinia-plugin-persistedstate`
- **pnpm** : `pnpm add pinia-plugin-persistedstate`
- npm : `npm i pinia-plugin-persistedstate`
- yarn : `yarn add pinia-plugin-persistedstate`

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This plugin is compatible with `pinia^2.0.0`, make sure you have [Pinia installe
1. Install the dependency with your favorite package manager:
::: code-group
```sh [pnpm]
pnpm i pinia-plugin-persistedstate
pnpm add pinia-plugin-persistedstate
```
```sh [npm]
npm i pinia-plugin-persistedstate
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
::: code-group

```sh [pnpm]
pnpm i pinia-plugin-persistedstate
pnpm add pinia-plugin-persistedstate
```

```sh [npm]
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## 🚀 Quickstart

1. Install with your favorite package manager:
- **pnpm** : `pnpm i pinia-plugin-persistedstate`
- **pnpm** : `pnpm add pinia-plugin-persistedstate`
- npm : `npm i pinia-plugin-persistedstate`
- yarn : `yarn add pinia-plugin-persistedstate`

Expand Down

0 comments on commit 5bcff39

Please sign in to comment.