diff --git a/README.md b/README.md
index 4df9607..2f19a7b 100644
--- a/README.md
+++ b/README.md
@@ -68,6 +68,14 @@ simply hook `window.open` during initialization. For example:
window.open = cordova.InAppBrowser.open;
}
+### Preferences
+
+#### config.xml
+- InAppBrowserStatusBarStyle [iOS only]: (string, options 'lightcontent' or 'default'. Defaults to 'default') set text color style for iOS.
+```
+
+```
+
## cordova.InAppBrowser.open
Opens a URL in a new `InAppBrowser` instance, the current browser