Merge pull request #79 from ob1/patch-1

Update README to reflect "reveal" container selector change
This commit is contained in:
Hakim El Hattab 2012-07-15 14:43:26 -07:00
commit de2a95d0ac
1 changed files with 1 additions and 1 deletions

View File

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