diff --git a/README.md b/README.md index f9ce1bb..c828cc1 100644 --- a/README.md +++ b/README.md @@ -29,17 +29,17 @@ Return: Example: - ```javascript - { - OpenUrlExt.open(urlString, - function(){ - console.log("ok"); - }, - function(){ - console.log("ko"); - }); - } - ``` +```javascript +{ +OpenUrlExt.open(urlString, + function(){ + console.log("ok"); + }, + function(){ + console.log("ko"); + }); +} +``` ## Quirks: @@ -47,4 +47,4 @@ Example: - __iOS__: The plugin calls success() when URL or app is opened, and error() in the following cases: - URL is blank - Custom URL is not available - - User cancels opening of custom URL \ No newline at end of file + - User cancels opening of custom URL