Fix a typo in the Readme

It showed incorrect tag and the syntax was not in a code block
This commit is contained in:
Talha Mansoor
2013-09-01 14:25:01 +05:00
parent 562c57c4e9
commit 470c8237d1

View File

@@ -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