docs(youtube-video-player): changed source (#1659)

This commit is contained in:
Daniel Sogl 2017-06-06 05:02:33 +02:00 committed by Ibby Hadeed
parent 35f498b82c
commit d60c0800e7

View File

@ -27,9 +27,9 @@ import { Plugin, Cordova, IonicNativePlugin } from '@ionic-native/core';
*/
@Plugin({
pluginName: 'YoutubeVideoPlayer',
plugin: 'https://github.com/JonSmart/CordovaYoutubeVideoPlayer.git',
plugin: 'cordova-plugin-youtube-video-player',
pluginRef: 'YoutubeVideoPlayer',
repo: 'https://github.com/JonSmart/CordovaYoutubeVideoPlayer',
repo: 'https://github.com/ihadeed/CordovaYoutubeVideoPlayer',
platforms: ['Android', 'iOS']
})
@Injectable()