diff options
author | Johannes Ammon | 2015-01-18 10:55:05 +0100 |
---|---|---|
committer | Johannes Ammon | 2015-01-18 10:55:05 +0100 |
commit | 95bba5179fa422ec8bd3934a67929053b41ac5d8 (patch) | |
tree | a084762841d2b3e6f210a7306ed1809b92cdef6d /README.md | |
parent | 9a89e39367dda0d39a618c9672df59b95b7eb3a8 (diff) |
Mixins for readability of transitions added
To honor the DRY principle repeating patterns have been factored out.
In addition there was an anchor missing in README.md.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -951,7 +951,7 @@ Reveal.initialize({ Read MathJax's documentation if you need [HTTPS delivery](http://docs.mathjax.org/en/latest/start.html#secure-access-to-the-cdn) or serving of [specific versions](http://docs.mathjax.org/en/latest/configuration.html#loading-mathjax-from-the-cdn) for stability. -## Installation +## Installation<a id="installation"></a> The **basic setup** is for authoring presentations only. The **full setup** gives you access to all reveal.js features and plugins such as speaker notes as well as the development tasks needed to make changes to the source. |