浏览代码

Merge pull request #79 from ob1/patch-1

Update README to reflect "reveal" container selector change
Hakim El Hattab 12 年之前
父节点
当前提交
de2a95d0ac
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -13,7 +13,7 @@ Curious about how it looks in action? [Check out the demo page](http://lab.hakim
 Markup heirarchy needs to be ``<div id="reveal"> <div class="slides"> <section>`` where the ``<section>`` represents one slide and can be repeated indefinitely. If you place multiple ``<section>``'s inside of another ``<section>`` they will be shown as vertical slides. For example:
 
 ```html
-<div id="reveal">
+<div class="reveal">
 	<div class="slides"> 
 		<section>Single Horizontal Slide</section>
 		<section>