Skip to content

Commit e08d057

Browse files
committed
Another instance of: id="reveal" => class="reveal"
1 parent d5c2d0c commit e08d057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Curious about how it looks in action? [Check out the demo page](http://lab.hakim
1010

1111
### Markup
1212

13-
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:
13+
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:
1414

1515
```html
1616
<div class="reveal">

0 commit comments

Comments
 (0)