aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2016-06-10 10:04:54 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2016-06-10 10:04:54 +0200
commitca92d22adcf2a5a6c960b2d4a6bdadd13b12385b (patch)
tree8afd8a132f637b1f54ef7f2cefaae72d3abd16af /README.md
parent7d6cc9f3ec6218a6b29eede430ca41c84ad23b63 (diff)
downloadfreenode-live-2017-presentation-ca92d22adcf2a5a6c960b2d4a6bdadd13b12385b.tar
freenode-live-2017-presentation-ca92d22adcf2a5a6c960b2d4a6bdadd13b12385b.tar.gz
add showHelp to api #1611
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 211ee98..48311ab 100644
--- a/README.md
+++ b/README.md
@@ -434,6 +434,9 @@ 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();