You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ A simple and reusable Datepicker component for React ([Demo](https://hacker0x01.
12
12
13
13
The package has can be installed via:
14
14
- Bower: `bower install react-date-picker`
15
-
- NPM: `npm install react-datepicker —-save`
15
+
- NPM: `npm install react-datepicker --save`
16
16
- Bundler (rails gem): `bundle install rails-assets-react-date-picker`. This requires to include https://rails-assets.org/ as a source in your gemfile.
17
17
18
18
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