Skip to content

Commit 57b49d3

Browse files
author
Zach Pratt
committed
Remove long dash from npm install command.
I copied and pasted this and got a failure. This will prevent lazy folks like me from having the same issue.
1 parent 16b99a1 commit 57b49d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A simple and reusable Datepicker component for React ([Demo](https://hacker0x01.
1212

1313
The package has can be installed via:
1414
- Bower: `bower install react-date-picker`
15-
- NPM: `npm install react-datepicker -save`
15+
- NPM: `npm install react-datepicker --save`
1616
- Bundler (rails gem): `bundle install rails-assets-react-date-picker`. This requires to include https://rails-assets.org/ as a source in your gemfile.
1717

1818
You’ll need to install React and Moment.js separate since those dependencies aren’t included in the package. Below is a simple example on how to use the Datepicker in a React view.

0 commit comments

Comments
 (0)