npm --save no longer necessary

This commit is contained in:
Joshua Dorenkamp 2018-07-19 10:32:44 -04:00 committed by Josh Johnson
parent 28da5683e5
commit 49c6a648c0

View file

@ -20,7 +20,7 @@ A vanilla, lightweight (~20kb gzipped 🎉), configurable select box/text input
## Installation
With [NPM](https://www.npmjs.com/package/choices.js):
```zsh
npm install choices.js --save
npm install choices.js
```
With [Yarn](https://yarnpkg.com/):