From a87ecc40fbc0abb1ae8b918ec993b3534e10a241 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Thu, 25 Sep 2014 10:35:23 +0100 Subject: [PATCH] Add instructions for the plugin itself. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 08da896..71b3db2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Video Tag +# Jekyll Video Tag **Easy responsive videos for Jekyll.** @@ -6,7 +6,7 @@ Jekyll Video Tag is a liquid tag that adds responsive videos to your [Jekyll](ht ### Usage -Add the CSS or Sass file to your site. +Place the `video_tag.rb` file in your `_plugins` directory and add the CSS or Sass file to your site. ```liquid {% video {embed-url} width={width} height={height} %}