Update README.md
authorDan Dascalescu <ddascalescu+github@gmail.com>
Wed, 8 Aug 2012 21:38:56 +0000 (14:38 -0700)
committerDan Dascalescu <ddascalescu+github@gmail.com>
Wed, 8 Aug 2012 21:38:56 +0000 (14:38 -0700)
Clarified a bit how horizontal and vertical slides relate.

README.md

index ac55238767924a7e9d8b395f1d9c764b3602ec07..326684897efa59899602cbd139fa747938dadf8c 100644 (file)
--- 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">