Skip to content

Commit c919783

Browse files
committed
docs: fixed install prompts
1 parent 102f99d commit c919783

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add a ⭐ to this repository — *it motivates me a lot!*
2222
Simply install this package with your package manager.
2323

2424
````shell
25-
npm install esbuild-plugin-package-json
25+
npm install -D esbuild-plugin-package-json
2626
````
2727

2828
<details>
@@ -32,12 +32,12 @@ Here are examples for installing the package with other package manager.
3232

3333
> 💾 **yarn**
3434
> ````shell
35-
> yarn install esbuild-plugin-package-json
35+
> yarn add -D esbuild-plugin-package-json
3636
> ````
3737
3838
> 💾 **pnpm**
3939
> ````shell
40-
> pnpm install esbuild-plugin-package-json
40+
> pnpm install -D esbuild-plugin-package-json
4141
> ````
4242
4343
</details>

0 commit comments

Comments
 (0)