diff options
author | ob1 | 2012-07-15 23:37:06 +0300 |
---|---|---|
committer | ob1 | 2012-07-15 23:37:06 +0300 |
commit | 2b85a7de41f450ee0edb0674e2bcb8d05420e627 (patch) | |
tree | 64231534bdf266988db6ac46b036efbf0a8b7d2e /README.md | |
parent | 7366f607ceac8b08fbd67923d3fc9ef16a52db84 (diff) |
Update README to reflect "Main #reveal container is now selected via a class instead of ID"
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ Curious about how it looks in action? [Check out the demo page](http://lab.hakim 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: ```html -<div id="reveal"> +<div class="reveal"> <div class="slides"> <section>Single Horizontal Slide</section> <section> |