Skip to content

Commit

Permalink
docs: replace pnpm install with pnpm add (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsparkdev authored Sep 14, 2024
1 parent 862d929 commit eb8f99c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ npm install overlay-kit
```

```sh [pnpm]
pnpm install overlay-kit
pnpm add overlay-kit
```

```sh [yarn]
Expand Down
2 changes: 1 addition & 1 deletion docs/ko/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ npm install overlay-kit
```

```sh [pnpm]
pnpm install overlay-kit
pnpm add overlay-kit
```

```sh [yarn]
Expand Down

0 comments on commit eb8f99c

Please sign in to comment.