diff options
author | Ting-Yu Lin | 2013-10-15 23:07:40 +0800 |
---|---|---|
committer | Ting-Yu Lin | 2013-10-17 12:08:43 +0800 |
commit | 4bea9bc7a8ffd059d6847e5db09f53f883ddeb40 (patch) | |
tree | 991e88fc0e1dd72f54efdeb3998bcb9e0fe5a3ff /js | |
parent | cfb78d2ee812417cce384fe6796bd3ae47ca4876 (diff) |
Add various configuration options to README
Also add a description about the solarized theme.
Diffstat (limited to 'js')
-rw-r--r-- | js/reveal.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/reveal.js b/js/reveal.js index 777f4ab..7748bf4 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -44,7 +44,7 @@ var Reveal = (function(){ // Enable the slide overview mode overview: true, - // Vertical centring of slides + // Vertical centering of slides center: true, // Enables touch navigation on devices with touch input |