sp00m / gulp-watch-sass

Watches for SASS files modifications, taking @import-ing SASS files into account.
MIT License
6 stars 2 forks source link

Typo in install command #2

Closed wbeck32 closed 7 years ago

wbeck32 commented 7 years ago

Tiny issue:

npm intall --save-dev gulp-watch-sass

install is missing an s. It causes an error if you copy/paste the install command.

sp00m commented 7 years ago

Nice catch, thanks for commenting!