From ff5680a7943362b50725a80c9c0a13a193f4cb81 Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Wed, 8 Aug 2012 14:38:56 -0700 Subject: [PATCH] Update README.md Clarified a bit how horizontal and vertical slides relate. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ``
`` where the ``
`` represents one slide and can be repeated indefinitely. If you place multiple ``
``'s inside of another ``
`` they will be shown as vertical slides. For example: +Markup heirarchy needs to be ``
`` where the ``
`` represents one slide and can be repeated indefinitely. If you place multiple ``
``'s inside of another ``
`` 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