diff options
author | Hakim El Hattab | 2012-07-15 14:43:26 -0700 |
---|---|---|
committer | Hakim El Hattab | 2012-07-15 14:43:26 -0700 |
commit | de2a95d0ac2586cd46d29a3915bbfeea4f1ec335 (patch) | |
tree | 64231534bdf266988db6ac46b036efbf0a8b7d2e | |
parent | 7366f607ceac8b08fbd67923d3fc9ef16a52db84 (diff) | |
parent | 2b85a7de41f450ee0edb0674e2bcb8d05420e627 (diff) |
Merge pull request #79 from ob1/patch-1
Update README to reflect "reveal" container selector change
-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> |