Skip to content

Commit f50023e

Browse files
authored
fix wrong package install command in esbuild-plugin for pnpm
1 parent e1d8f40 commit f50023e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/esbuild-plugin/README_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ yarn add @sentry/esbuild-plugin --dev
2929
Using pnpm:
3030

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

3535
## Example

0 commit comments

Comments
 (0)