Update master

This commit is contained in:
macdonst
2012-07-06 17:34:53 -03:00
parent e79d22b8c7
commit 4f798bcffb

View File

@@ -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:
<pre>
/**