docs(): update plugin install source (#1573)

This commit is contained in:
David Routhieau 2017-05-17 02:33:01 -07:00 committed by Ibby Hadeed
parent 8c842b00b6
commit 6b702973ec

View File

@ -23,7 +23,7 @@ import { Plugin, Cordova, IonicNativePlugin } from '@ionic-native/core';
*/
@Plugin({
pluginName: 'FileChooser',
plugin: 'http://github.com/don/cordova-filechooser.git',
plugin: 'https://github.com/don/cordova-filechooser.git',
pluginRef: 'fileChooser',
repo: 'https://github.com/don/cordova-filechooser',
platforms: ['Android']