docs: Fix npm flag in docs #6
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ yarn add packwatch -D
|
||||||
or
|
or
|
||||||
|
|
||||||
```
|
```
|
||||||
npm install packwatch --dev
|
npm install packwatch --save-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
While you can install `packwatch` as a global package, it's better to include it as a devDependency in your project.
|
While you can install `packwatch` as a global package, it's better to include it as a devDependency in your project.
|
||||||
|
|
Reference in a new issue