robb0wen / tornis

Tornis helps you watch and respond to changes in your browser's viewport 🌲
https://tornis.robbowen.digital
MIT License
1.58k stars 35 forks source link

readme: remove deprecated --save npm install option #4

Closed olets closed 5 years ago

olets commented 5 years ago

npm install no longer has a --save option (the equivalent is now --save-prod), and the --save/--save-prod behavior (adding installed packages to the package.json dependencies) has been the npm install default since npm v5.0.0. So no flag is needed.

This PR removes --save from the suggested npm installation command