Skip to content

Commit e5a1a36

Browse files
authored
chore: Update instructions to install Vite plugin via pnpm (#331)
1 parent 47bd10e commit e5a1a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vite-plugin/README_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ yarn add @sentry/vite-plugin --dev
2929
Using pnpm:
3030

3131
```bash
32-
pnpm install @sentry/vite-plugin --dev
32+
pnpm add -D @sentry/vite-plugin
3333
```
3434

3535
## Example

0 commit comments

Comments
 (0)