Fix npm flag in docs (#6)
Co-authored-by: Marc Cataford <c.marcandre@gmail.com>
This commit is contained in:
parent
216af49d0b
commit
4bd8fda90a
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ yarn add packwatch -D
|
|||
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.
|
||||
|
|
Reference in a new issue