Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 34fb676

Browse files
committed
fix type error
1 parent 1cce0bc commit 34fb676

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# JBDateInput
1+
# jb-date-input-react
22

33
react component date input (picker) to get date (jalali & gregorian) from user.
44
this component is a simple react component that use [jb-date-input](https://github.com/javadbat/jb-date-input) inside and its just a simple wrapper for it so i suggest you to read jb-date-input document too for more updated document.
@@ -40,7 +40,7 @@ in codepen: <https://codepen.io/javadbat/pen/qBRyYKY>
4040
1- install package:
4141

4242
```command
43-
npm i jb-input-react
43+
npm i jb-date-input-react
4444
```
4545

4646
2- import package in your jsx file:

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"react component",
1919
"react"
2020
],
21-
"version": "2.0.18",
21+
"version": "2.0.19",
2222
"bugs": "https://github.com/javadbat/jb-date-input-react/issues",
2323
"license": "MIT",
2424
"files": [

0 commit comments

Comments
 (0)