diff options
author | ob1 | 2012-07-16 11:53:33 +0300 |
---|---|---|
committer | ob1 | 2012-07-16 11:53:33 +0300 |
commit | e08d0572bd41dd18f813e9992bf76699f6b95398 (patch) | |
tree | d8c63ee42a05b8fd4343a5937d9b92cc874e62c7 /README.md | |
parent | d5c2d0c03ed0c06bff91a622b3738e1bad996dd5 (diff) |
Another instance of: id="reveal" => class="reveal"
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"> |