docs: Fix npm flag in docs #6

Merged
msrose merged 3 commits from fix-npm-flag into master 2020-03-06 21:36:41 +00:00

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.