소스 검색

Fix a typo in the Readme

It showed incorrect tag and the syntax was not in a code block
Talha Mansoor 11 년 전
부모
커밋
470c8237d1
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      liquid_tags/Readme.md

+ 2 - 2
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