Update README.md

Clarified a bit how horizontal and vertical slides relate.
This commit is contained in:
Dan Dascalescu 2012-08-08 14:38:56 -07:00
parent ac33c51eca
commit ff5680a794
1 changed files with 1 additions and 1 deletions

View File

@ -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">