Quellcode durchsuchen

Change plugin id

Sebastián Katzer vor 12 Jahren
Ursprung
Commit
10ca4abfa6
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 1 1
      README.md
  2. 1 1
      plugin.xml

+ 1 - 1
README.md

@@ -31,7 +31,7 @@ cordova plugin add https://github.com/katzer/cordova-plugin-local-notifications.
 ## Removing the Plugin from your project
 Through the [Command-line Interface](http://cordova.apache.org/docs/en/3.0.0/guide_cli_index.md.html#The%20Command-line%20Interface):
 ```
-cordova plugin rm de.appplant.cordova.plugin.local-notifications
+cordova plugin rm de.appplant.cordova.plugin.local-notification
 ```
 
 ## Release Notes

+ 1 - 1
plugin.xml

@@ -2,7 +2,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
         xmlns:android="http://schemas.android.com/apk/res/android"
-        id="de.appplant.cordova.plugin.local-notifications"
+        id="de.appplant.cordova.plugin.local-notification"
         version="0.6.2">
 
     <name>LocalNotifications</name>