From 470c8237d1e670102c5fbd814e1fa84752d92806 Mon Sep 17 00:00:00 2001 From: Talha Mansoor Date: Sun, 1 Sep 2013 14:25:01 +0500 Subject: [PATCH] Fix a typo in the Readme It showed incorrect tag and the syntax was not in a code block --- liquid_tags/Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/liquid_tags/Readme.md b/liquid_tags/Readme.md index 0fffd6a..2b4276f 100644 --- a/liquid_tags/Readme.md +++ b/liquid_tags/Readme.md @@ -20,9 +20,9 @@ There are several options available ## Image Tag To insert a sized and labeled image in your document, enable the -``liquid_tags.video`` plugin and use the following: +``liquid_tags.img`` plugin and use the following: -{% img [class name(s)] path/to/image [width [height]] [title text | "title text" ["alt text"]] %} + {% img [class name(s)] path/to/image [width [height]] [title text | "title text" ["alt text"]] %} ## Video Tag