diff options
author | Hakim El Hattab | 2017-02-09 11:37:47 +0100 |
---|---|---|
committer | Hakim El Hattab | 2017-02-09 11:37:47 +0100 |
commit | 5ad66f3779a7b26e43f899753a26ef5e3fe9667f (patch) | |
tree | 59bc11a6fd6deb9d8370273c136a1f4aea34b6d4 /README.md | |
parent | 1749f0d019c4460e13530db19882079c4ec0a124 (diff) |
docs for #1816 and remove showHelp
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -466,14 +466,15 @@ Reveal.nextFragment(); // Randomize the order of slides Reveal.shuffle(); -// Shows a help overlay with keyboard shortcuts -Reveal.showHelp(); - // Toggle presentation states, optionally pass true/false to force on/off Reveal.toggleOverview(); Reveal.togglePause(); Reveal.toggleAutoSlide(); +// Shows a help overlay with keyboard shortcuts, optionally pass true/false +// to force on/off +Reveal.toggleHelp(); + // Change a config value at runtime Reveal.configure({ controls: true }); |