mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 01:19:36 +08:00
fixing typo in install instructions
This commit is contained in:
parent
3bd6135730
commit
6d68167530
@ -158,7 +158,7 @@ export interface Player {
|
|||||||
pluginRef: 'plugins.playGamesServices',
|
pluginRef: 'plugins.playGamesServices',
|
||||||
repo: 'https://github.com/artberri/cordova-plugin-play-games-services',
|
repo: 'https://github.com/artberri/cordova-plugin-play-games-services',
|
||||||
platforms: ['Android'],
|
platforms: ['Android'],
|
||||||
install: 'ionic cordova plugin add cordova-plugin-play-games-service --variable APP_ID="YOUR_APP_ID',
|
install: 'ionic cordova plugin add cordova-plugin-play-games-services --variable APP_ID="YOUR_APP_ID',
|
||||||
})
|
})
|
||||||
@Injectable()
|
@Injectable()
|
||||||
export class GooglePlayGamesServices extends IonicNativePlugin {
|
export class GooglePlayGamesServices extends IonicNativePlugin {
|
||||||
|
Loading…
Reference in New Issue
Block a user