Browse Source

Another instance of: id="reveal" => class="reveal"

embed
ob1 12 years ago
parent
commit
e08d0572bd
  1. 2
      README.md

2
README.md

@ -10,7 +10,7 @@ Curious about how it looks in action? [Check out the demo page](http://lab.hakim
### Markup ### 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 ```html
<div class="reveal"> <div class="reveal">

Loading…
Cancel
Save