Skip to content

Commit 5bc0a31

Browse files
fix readme copy/paste npm/yarn install
If we use the copy button from GIthub UI, we don't want to copy the `$`
1 parent c74416e commit 5bc0a31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ Go to [full documentation](https://react-tailwindcss-datepicker.vercel.app/)
4747
### Install via npm
4848

4949
```
50-
$ npm install react-tailwindcss-datepicker
50+
npm install react-tailwindcss-datepicker
5151
```
5252

5353
### Install via yarn
5454

5555
```
56-
$ yarn add react-tailwindcss-datepicker
56+
yarn add react-tailwindcss-datepicker
5757
```
5858

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

0 commit comments

Comments
 (0)