Skip to content

Commit 819d248

Browse files
committed
Merge pull request hakimel#80 from ob1/patch-2
Another instance of: id="reveal" => class="reveal"
2 parents d5c2d0c + e08d057 commit 819d248

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)