Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Clarified a bit how horizontal and vertical slides relate.
  • Loading branch information
dandv committed Aug 8, 2012
1 parent ac33c51 commit ff5680a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit ff5680a

Please sign in to comment.