diff options
author | Flavio Martins | 2020-02-10 22:24:25 +0000 |
---|---|---|
committer | GitHub | 2020-02-10 22:24:25 +0000 |
commit | 8f4927ac279370d54e268494fd231034d1e153bc (patch) | |
tree | 91f321f40a0a505f434e27d8973025878ac55636 | |
parent | 94d98ff7d89e35c7d5b289ba387cdb0d42b30793 (diff) |
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, |