Skip to content
This repository has been archived by the owner on Dec 23, 2022. It is now read-only.

Commit

Permalink
Remove old npm install command
Browse files Browse the repository at this point in the history
Remove --save from command as npm automatically saves it now.
  • Loading branch information
41y08h committed Oct 25, 2020
1 parent 9d1e628 commit 7196230
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 @@ -11,7 +11,7 @@ If you want to try the component yourself instead of watching a gif, head over t

## Installation
```shell
npm i --save material-ui-chip-input@next
npm i material-ui-chip-input@next
```
**Note:** This is the version for Material-UI 1.0.0 or later. If you are still using Material-UI 0.x, you can use our [legacy version][legacy].

Expand Down

0 comments on commit 7196230

Please sign in to comment.