Skip to content

Commit

Permalink
Correct npm install to --save-dev
Browse files Browse the repository at this point in the history
I believe devDependencies are more appropriate here.
  • Loading branch information
feimosi committed Oct 17, 2017
1 parent c909411 commit b1273d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -50,7 +50,7 @@ In regards to the concerns people have with Sass's `@extend`, and the problems t
## Installation
```
npm install postcss-extend --save
npm install postcss-extend --save-dev
```


Expand Down

0 comments on commit b1273d2

Please sign in to comment.