Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit ad2054c

Browse files
authored
Update README.md
1 parent aa8316a commit ad2054c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ A date library agnostic React component for choosing dates and date ranges. Uses
2424
### Installation
2525

2626
```
27-
yarn add react-date-range
27+
npm install --save react-date-range
2828
```
29+
This plugin expects `react` and `date-fns` as peerDependencies, It means that you need to install them in your project folder.
2930

30-
If you don't use yarn
3131
```
32-
npm install --save react-date-range
32+
npm install --save react date-fns
3333
```
3434

3535
## Usage

0 commit comments

Comments
 (0)