diff --git a/README.md b/README.md index 528bd94..5c3b293 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A Codova plugin that simply allows you to immediately play a video in fullscreen This plugin use the Cordova CLI's plugin command. To install it to your application, simply execute the following (and replace variables). ``` -cordova plugin add com.moust.cordova.videoplayer +cordova plugin add cordova-plugin-video-player ``` @@ -60,7 +60,7 @@ VideoPlayer.play( - `scalingMode`: (Optional) allows you to sets video scaling mode. - The following constants are the only values availables for the `scalingMode` option: + The following constants are the only values available for the `scalingMode` option: - `SCALE_TO_FIT` (default) - `SCALE_TO_FIT_WITH_CROPPING` diff --git a/package.json b/package.json index 60d1f2c..45dfe90 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { - "name": "cordova-plugin-videoplayer", + "name": "cordova-plugin-video-player", "version": "1.0.1", "description": "A Codova plugin that simply allows you to immediately play a video in fullscreen mode.", "cordova": { - "id": "cordova-plugin-videoplayer", + "id": "cordova-plugin-video-player", "platforms": [ "android", "ios" @@ -24,6 +24,8 @@ "url": "git+https://github.com/moust/cordova-plugin-videoplayer.git" }, "keywords": [ + "ecosystem:cordova", + "cordova-android", "cordova", "video", "player",