Skip to content

Commit

Permalink
chore: Update instructions to install Vite plugin via pnpm (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
ffxsam authored Jun 23, 2023
1 parent 47bd10e commit e5a1a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite-plugin/README_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ yarn add @sentry/vite-plugin --dev
Using pnpm:

```bash
pnpm install @sentry/vite-plugin --dev
pnpm add -D @sentry/vite-plugin
```

## Example
Expand Down

0 comments on commit e5a1a36

Please sign in to comment.