Fix npm flag in docs (#6)

Co-authored-by: Marc Cataford <c.marcandre@gmail.com>
This commit is contained in:
Michael Rose 2020-03-06 16:36:40 -05:00 committed by GitHub
parent 216af49d0b
commit 4bd8fda90a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.