docs(): update install commands

This commit is contained in:
Ibby Hadeed
2017-05-20 06:25:06 -04:00
parent dbb17d801e
commit 2b3d4c9090
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -264,7 +264,7 @@ export type PushEvent = 'registration' | 'error' | 'notification';
plugin: 'phonegap-plugin-push',
pluginRef: 'PushNotification',
repo: 'https://github.com/phonegap/phonegap-plugin-push',
install: 'ionic plugin add phonegap-plugin-push --variable SENDER_ID=XXXXXXXXX',
install: 'ionic cordova plugin add phonegap-plugin-push --variable SENDER_ID=XXXXXXXXX',
installVariables: ['SENDER_ID']
})
@Injectable()