diff --git a/README.md b/README.md index 19b8172..34c9e71 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ Reveal.initialize({ Note that the new default vertical centering option will break compatibility with slides that were using transitions with backgrounds (`cube` and `page`). To restore the previous behavior, set `center` to `false`. -The configuration can be update after initialization using the ```configure``` method: +The configuration can be updated after initialization using the ```configure``` method: ```javascript // Turn autoSlide off @@ -184,7 +184,7 @@ You can add your own extensions using the same syntax. The following properties ### API -The Reveal class provides a minimal JavaScript API for controlling navigation and reading state: +The ``Reveal`` class provides a minimal JavaScript API for controlling navigation and reading state: ```javascript // Navigation @@ -311,7 +311,7 @@ Reveal.addEventListener( 'fragmenthidden', function( event ) { } ); ``` -### Code syntax higlighting +### Code syntax highlighting By default, Reveal is configured with [highlight.js](http://softwaremaniacs.org/soft/highlight/en/) for code syntax highlighting. Below is an example with clojure code that will be syntax highlighted: @@ -362,7 +362,7 @@ Here's an example of an exported presentation that's been uploaded to SlideShare ## Speaker Notes -reveal.js comes with a speaker notes plugin which can be used to present per-slide notes in a separate browser window. The notes window also gives you a preview of the next upcoming slide so it may be helpful even if you haven't written any notes. Append ```?notes``` to presentation URL or press the 's' key on your keyboard to open the notes window. +reveal.js comes with a speaker notes plugin which can be used to present per-slide notes in a separate browser window. The notes window also gives you a preview of the next upcoming slide so it may be helpful even if you haven't written any notes. Append ```?notes``` to the presentation URL or press the 's' key on your keyboard to open the notes window. By default notes are written using standard HTML, see below, but you can add a ```data-markdown``` attribute to the ```