diff --git a/MANUALLY_INSTALL.md b/MANUALLY_INSTALL.md index 7e85687..3771158 100644 --- a/MANUALLY_INSTALL.md +++ b/MANUALLY_INSTALL.md @@ -12,7 +12,7 @@ Add to ```/my-app/platforms/android/assets/www/cordova_plugins.js```: "file": "plugins/com.lampa.startapp/www/startApp.js", "id": "com.lampa.startapp", "merges": [ - "navigator.startApp" + "startApp" ] } ```