diff --git a/README.md b/README.md index db99f92..ed60ce0 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ if (cordova.platformId == 'android') { } ``` -It is also possible to make the status bar semi-transparent. For example, a black status bar with 20% opacity: +It is also possible to make the status bar semi-transparent. For example, a black status bar with 33% opacity: ```js if (cordova.platformId == 'android') { StatusBar.overlaysWebView(true);