diff --git a/README.md b/README.md
index 7c206c3..3c5ede5 100644
--- a/README.md
+++ b/README.md
@@ -53,17 +53,17 @@ export default class App extends Component {
```
## Properties
-Prop | Description | Screenshots
------------- | ------------- | -------------
+Prop | Description | Screenshots Android | Screenshot iOS
+------------- | ------------- | ------------- | -------------
date | The currently selected date. |
onDateChange | Date change handler |
fadeToColor | Android picker is fading towords this background color. {color, 'none',} |
maximumDate | Maximum selectable date. |
minimumDate | Minimum selectable date |
-minuteInterval | The interval at which minutes can be selected. | 
-mode | The date picker mode. {'datetime', 'date', 'time'} | 




-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. | 
+minuteInterval | The interval at which minutes can be selected. |
|
+mode | The date picker mode. {'datetime', 'date', 'time'} | 

|

|
+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. |
|
## 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.