浏览代码

readme correction for #734

Hakim El Hattab 11 年之前
父节点
当前提交
bc62963c8f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -78,7 +78,7 @@ Special syntax (in html comment) is available for adding attributes to the slide
 ```html
 <section data-markdown>
 	<script type="text/template">
-	<!-- slide: data-background="#ff0000" -->
+	<!-- .slide: data-background="#ff0000" -->
 		Mardown content
 	</script>
 </section>