mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 16:52:53 +08:00
docs(local-notifications): fix package name (#1817)
$ ionic cordova plugin add phonegap-local-notifications -- should be -- $ ionic cordova plugin add phonegap-plugin-local-notification -- in Docs --
This commit is contained in:
parent
380eb88a39
commit
3d387798b6
@ -87,7 +87,7 @@ export interface LocalNotificationOptions {
|
||||
*/
|
||||
@Plugin({
|
||||
pluginName: 'Phonegap Local Notifications',
|
||||
plugin: 'phonegap-local-notifications',
|
||||
plugin: 'phonegap-plugin-local-notification',
|
||||
pluginRef: 'Notification',
|
||||
repo: 'https://github.com/phonegap/phonegap-plugin-local-notification',
|
||||
platforms: ['Android', 'Browser', 'iOS', 'Windows']
|
||||
|
Loading…
Reference in New Issue
Block a user