Skip to content

Commit

Permalink
Another instance of: id="reveal" => class="reveal"
Browse files Browse the repository at this point in the history
  • Loading branch information
ob1 committed Jul 16, 2012
1 parent d5c2d0c commit e08d057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@ Curious about how it looks in action? [Check out the demo page](http://lab.hakim

### Markup

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:
Markup heirarchy needs to be ``<div class="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 class="reveal">
Expand Down

0 comments on commit e08d057

Please sign in to comment.