From 41f57fd35dbb9717a323b81e1cdfe45fbf1c9529 Mon Sep 17 00:00:00 2001 From: Gustavo Viegas Date: Wed, 28 Dec 2016 10:56:53 -0200 Subject: [PATCH] Fix typo and added bower install instructions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e4537c..4b23129 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ Video.js Zoom Rotate ======================= A plugin that allows you to set the Zoom level and a rotation for video and poster with [Video.js](https://github.com/videojs/video.js/). +Install +---------------- +Install it via bower with `bower i --save videojs-rotatezoom` + + Using the Plugin ---------------- The plugin automatically registers itself when you include videojs.zoomrotate.js in your page: @@ -15,7 +20,6 @@ It use the CSS scale property and the rotate property. video.zoomrotate({ rotate: 90, zoom: 1.5 - } }); or