Fix npm flag in docs

This commit is contained in:
Michael Rose 2020-03-04 22:43:15 -05:00
parent bc01df6dd9
commit 72261c20ee

View file

@ -23,7 +23,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.