Skip to content

Commit

Permalink
Merge pull request #79 from ob1/patch-1
Browse files Browse the repository at this point in the history
Update README to reflect "reveal" container selector change
  • Loading branch information
hakimel committed Jul 15, 2012
2 parents 7366f60 + 2b85a7d commit de2a95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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>
Expand Down

0 comments on commit de2a95d

Please sign in to comment.