We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9238835 commit 4126729Copy full SHA for 4126729
README.md
@@ -14,13 +14,13 @@ A simple and reusable Datepicker component for React ([Demo](https://reactdatepi
14
15
## Installation
16
17
-The package can be installed via NPM:
+The package can be installed via [npm](https://github.com/npm/cli):
18
19
```
20
npm install react-datepicker --save
21
22
23
-Or `yarn`:
+Or via [yarn](https://github.com/yarnpkg/yarn):
24
25
26
yarn add react-datepicker
0 commit comments