diff --git a/README.md b/README.md index e41f526..e89fa22 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ cordova plugin add de.appplant.cordova.plugin.background-mode --searchpath path or to use the last stable version: ```bash # ~~ stable version ~~ -cordova plugin add de.appplant.cordova.plugin.background-mode@0.6.2 +cordova plugin add de.appplant.cordova.plugin.background-mode@0.6.3 ``` To remove the plug-in, run the following command: @@ -61,7 +61,7 @@ cordova plugin rm de.appplant.cordova.plugin.background-mode ### PhoneGap Build Add the following xml to your config.xml to always use the latest version of this plugin: ```xml - + ``` More informations can be found [here][PGB_plugin].