mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-17 00:51:07 +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({
|
@Plugin({
|
||||||
pluginName: 'Phonegap Local Notifications',
|
pluginName: 'Phonegap Local Notifications',
|
||||||
plugin: 'phonegap-local-notifications',
|
plugin: 'phonegap-plugin-local-notification',
|
||||||
pluginRef: 'Notification',
|
pluginRef: 'Notification',
|
||||||
repo: 'https://github.com/phonegap/phonegap-plugin-local-notification',
|
repo: 'https://github.com/phonegap/phonegap-plugin-local-notification',
|
||||||
platforms: ['Android', 'Browser', 'iOS', 'Windows']
|
platforms: ['Android', 'Browser', 'iOS', 'Windows']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user