diff --git a/README.md b/README.md index 8fe644069..ef66a8c6b 100644 --- a/README.md +++ b/README.md @@ -256,7 +256,7 @@ function loadStopCallBack() { if (inAppBrowserRef != undefined) { - inAppBrowserRef.insertCSS({ code: "body{font-size: 25px;" }); + inAppBrowserRef.insertCSS({ code: "body{font-size: 25px;}" }); inAppBrowserRef.executeScript({ code: "\ var message = 'this is the message';\