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
@@ -102,7 +102,7 @@ export interface AlipayOrder {
pluginRef: 'Alipay.Base',
repo: 'https://github.com/xueron/cordova-alipay-base',
platforms: ['Android', 'iOS'],
install: 'ionic plugin add https://github.com/xueron/cordova-alipay-base --variable APP_ID=your_app_id'
install: 'ionic cordova plugin add https://github.com/xueron/cordova-alipay-base --variable APP_ID=your_app_id'
})
@Injectable()
export class Alipay extends IonicNativePlugin {