From 8ee1d3882163ee1dedb86fb3d0d1f8b7e16c3e42 Mon Sep 17 00:00:00 2001 From: DAnn2012 Date: Sun, 25 Sep 2022 23:04:14 +0200 Subject: [PATCH] fix(docs): missing xml indicator in code block (#977) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c06f38472..dd8905397 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ simply hook `window.open` during initialization. For example: #### config.xml - InAppBrowserStatusBarStyle [iOS only]: (string, options 'lightcontent', 'darkcontent' or 'default'. Defaults to 'default') set text color style for iOS. 'lightcontent' is intended for use on dark backgrounds. 'darkcontent' is only available since iOS 13 and intended for use on light backgrounds. -``` +```xml ```