diff --git a/README.md b/README.md
index a7aa0188d3..8322cd90b6 100644
--- a/README.md
+++ b/README.md
@@ -80,7 +80,7 @@ You can check [index.js](https://github.com/xgfe/react-native-datepicker/blob/ma
| minDate | - | string | date
| Restricts the range of possible date values. |
| maxDate | - | string | date
| Restricts the range of possible date values. |
| duration | 300 | `number` | Specify the animation duration of datepicker.|
-| customStyles | - | `number` | The hook of customize datepicker style, same as the native style. `dateTouchBody`, `dateInput`...|
+| customStyles | - | `object` | The hook of customize datepicker style, same as the native style. `dateTouchBody`, `dateInput`...|
| showIcon | true | `boolean` | Controller whether or not show the icon |
| hideText | false | `boolean` | Controller whether or not show the `dateText` |
| iconComponent | - | `element` | Set the custom icon |