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:
!Cogentx 2017-07-17 20:21:35 -02:30 committed by Ibby Hadeed
parent 380eb88a39
commit 3d387798b6

View File

@ -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']