docs(google-plus): renamed Web to Browser (#1635)

This commit is contained in:
Daniel Sogl 2017-06-01 19:08:53 +02:00 committed by Ibby Hadeed
parent d9546f15ed
commit f3b7467ffd

View File

@ -25,7 +25,7 @@ import { Cordova, Plugin, IonicNativePlugin } from '@ionic-native/core';
repo: 'https://github.com/EddyVerbruggen/cordova-plugin-googleplus',
install: 'ionic cordova plugin add cordova-plugin-googleplus --variable REVERSED_CLIENT_ID=myreversedclientid',
installVariables: ['REVERSED_CLIENT_ID'],
platforms: ['Web', 'Android', 'iOS']
platforms: ['Android', 'iOS', 'Browser']
})
@Injectable()
export class GooglePlus extends IonicNativePlugin {