diff --git a/README.md b/README.md index e3723f3..32b98f1 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ var state = { ``` -support name attribute for normal html form submission +Support name attribute for normal html form submission ``` html ``` @@ -71,7 +71,7 @@ Inline always open version ``` html ``` -Programtic Acess of value of datepicker +Programatic access of datepicker value ```html ``` @@ -79,7 +79,7 @@ Programtic Acess of value of datepicker const { selectedDate } = (inputRef.value as any).value; ``` -icon color, icon height, icon width of calendar +Icon color, icon height, icon width of calendar ``` html ```