diff --git a/README.md b/README.md
index d3fcd8b..3418ccb 100644
--- a/README.md
+++ b/README.md
@@ -68,6 +68,8 @@ minuteInterval | The interval at which minutes can be selected. | 

|

|
locale | The locale for the date picker. Changes language, date order and am/pm preferences. Value needs to be a Locale ID.|
|
textColor | Changes the text color. |
|
+timeZoneOffsetInMinutes | Timezone offset in minutes (default: device's timezone)
+ |
## About
📅 React Native Date Picker is a cross platform component working on both iOS and Android. It uses the slightly improved DatePickerIOS on iOS and a custom picker on Android which has similar look and feel. The datetime mode might be particulary interesting if you looking for a way to avoid two different popup pickers on android.