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
Showing only changes of commit 72261c20ee - Show all commits

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.