Skip to content

Commit

Permalink
docs: use --save-dev instead of -D
Browse files Browse the repository at this point in the history
Expanded -D into the long option, so that those who aren't as familiar with the ecosystem don't have to look it up.
  • Loading branch information
nbelakovski authored Jun 18, 2021
1 parent 28d9b2d commit f2fdacd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Husky improves your commits and more 🐶 *woof!*
# Install

```
npm install husky -D
npm install husky --save-dev
```

# Usage
Expand Down

0 comments on commit f2fdacd

Please sign in to comment.