moust / cordova-plugin-videoplayer

A Codova plugin to play video with the native MediaPlayer on Android devices.
MIT License
138 stars 103 forks source link

Incorrect method description in README.md #9

Closed grahamharper closed 9 years ago

grahamharper commented 9 years ago

The method description on line 21 in README.md uses .get() is this correct? It doesn't look like this method exists. Shouldn't it be .play()?

VideoPlayer.get(path, [options], [completeCallback], [errorCallback]);
moust commented 9 years ago

You're right, it should be play() method. I will fix it with my next commit. Thanks.

moust commented 9 years ago

Fixed (029b624).