diff options
author | Hakim El Hattab | 2020-02-24 09:02:43 +0100 |
---|---|---|
committer | GitHub | 2020-02-24 09:02:43 +0100 |
commit | 633e754fee0126095d9b5899dd156371532eb4ed (patch) | |
tree | c7fe87a2aa5aa2046791a42fcbab4733001849e4 | |
parent | b6933b45adf37b5ff7111d60b8c5e7ca1db75b33 (diff) | |
parent | 8f4927ac279370d54e268494fd231034d1e153bc (diff) |
Merge pull request #2581 from flaviomartins/patch-1
fix typo in configuration example
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -355,7 +355,7 @@ Reveal.initialize({ // the automated time allocation causes slide pacing to fall // below this threshold, then you will see an alert in the // speaker notes window - minimumTimePerSlide: 0; + minimumTimePerSlide: 0, // Enable slide navigation via mouse wheel mouseWheel: false, |