diff --git a/Android/VideoPlayer/README.md b/Android/VideoPlayer/README.md index e7d157e..2c4732b 100755 --- a/Android/VideoPlayer/README.md +++ b/Android/VideoPlayer/README.md @@ -6,7 +6,7 @@ This command fires an Intent to have your devices video player show the video. ## Adding the Plugin to your project ## -Using this plugin requires [Android PhoneGap](http://github.com/phonegap/phonegap-android). +Using this plugin requires [Android PhoneGap](https://github.com/apache/incubator-cordova-android). 1. To install the plugin, move www/video to your project's www folder and include a reference to it in your html file after phonegap.js. @@ -21,7 +21,7 @@ Using this plugin requires [Android PhoneGap](http://github.com/phonegap/phonega ## Using the plugin ## -The plugin creates the object `window.plugins.video`. To use, call the play() method: +The plugin creates the object `window.plugins.videoPlayer`. To use, call the play() method:
/**