Skip to content

Commit

Permalink
Merge pull request #97 from karimhossenbux/patch-1
Browse files Browse the repository at this point in the history
fix readme copy/paste npm/yarn install
  • Loading branch information
onesine authored Aug 12, 2024
2 parents bf063fe + ebced8a commit a3255b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ Go to [full documentation](https://react-tailwindcss-datepicker.vercel.app/)
### Install via npm

```
$ npm install react-tailwindcss-datepicker
npm install react-tailwindcss-datepicker
```

### Install via yarn

```
$ yarn add react-tailwindcss-datepicker
yarn add react-tailwindcss-datepicker
```

Make sure you have installed the peer dependencies as well with the below versions.
Expand Down

0 comments on commit a3255b7

Please sign in to comment.