Skip to content

Commit a3255b7

Browse files
authored
Merge pull request #97 from karimhossenbux/patch-1
fix readme copy/paste npm/yarn install
2 parents bf063fe + ebced8a commit a3255b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ Go to [full documentation](https://react-tailwindcss-datepicker.vercel.app/)
5151
### Install via npm
5252

5353
```
54-
$ npm install react-tailwindcss-datepicker
54+
npm install react-tailwindcss-datepicker
5555
```
5656

5757
### Install via yarn
5858

5959
```
60-
$ yarn add react-tailwindcss-datepicker
60+
yarn add react-tailwindcss-datepicker
6161
```
6262

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

0 commit comments

Comments
 (0)