aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorHakim El Hattab2012-09-21 09:08:24 -0400
committerHakim El Hattab2012-09-21 09:08:24 -0400
commit7075bc2b6ee664645b0f4291088dc6eb9e78fe2b (patch)
treea8dc38f6db4ca5079f0f9f0ace1b5df3e9696b82 /README.md
parentc5fe9bd3c4569091acbcd0b69425a39a994bdc47 (diff)
merge markdown in notes
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 3be084d..81d349b 100644
--- a/README.md
+++ b/README.md
@@ -205,7 +205,7 @@ If you're interested in using speaker notes, reveal.js comes with a Node server
To include speaker notes in your presentation, simply add an `<aside class="notes">` element to any slide. These notes will be hidden in the main presentation view.
-It's also possible to write your notes with Markdown. To enable Markdown, simply add the ```data-markdown``` attribute to your ```<aside>``` elements and reveal.js will automatically load the JavaScript parser.
+It's also possible to write your notes with Markdown. To enable Markdown, add the ```data-markdown``` attribute to your note ```<aside>``` elements.
You'll also need to [install Node.js](http://nodejs.org/); then, install the server dependencies by running `npm install`.