docs(push): fix install command

closes #803
This commit is contained in:
Ibby Hadeed 2016-11-23 08:22:35 -05:00
parent 6ad54ecf86
commit 0b39ff8b7d

View File

@ -289,7 +289,8 @@ declare var PushNotification: {
pluginName: 'Push',
plugin: 'phonegap-plugin-push',
pluginRef: 'PushNotification',
repo: 'https://github.com/phonegap/phonegap-plugin-push'
repo: 'https://github.com/phonegap/phonegap-plugin-push',
install: 'ionic plugin add phonegap-plugin-push --variable SENDER_ID=XXXXXXXXX'
})
export class Push {