Skip to content

Commit

Permalink
changing npm i to npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
doodzik committed Apr 22, 2015
1 parent 6a78e92 commit 4ab0f76
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 @@ -19,7 +19,7 @@ A simple and reusable datepicker component for React ([Demo](http://cdn.rawgit.c
Installing is really simple and can be done in two different ways:

- Install with Bower: `bower install react-date-picker`
- Install with npm: `npm i react-datepicker --save`
- Install with npm: `npm install react-datepicker --save`
- Install with Bundler: `bundle install rails-assets-react-date-picker`

## Local Development
Expand Down

0 comments on commit 4ab0f76

Please sign in to comment.