aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorDan Dascalescu2012-08-08 14:38:56 -0700
committerDan Dascalescu2012-08-08 14:38:56 -0700
commitff5680a7943362b50725a80c9c0a13a193f4cb81 (patch)
tree64a221ead72c92082e0cab73c0fd05029e47cfa5 /README.md
parentac33c51ecac4bc4e708655cdbeae17c3548f901d (diff)
Update README.md
Clarified a bit how horizontal and vertical slides relate.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ac55238..3266848 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ reveal.js comes with a broad range of features including [nested slides](https:/
### Markup
-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:
+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. The first of the vertical slides is the "root" of the others (at the top), and it will be included in the horizontal sequence. For example:
```html
<div class="reveal">