aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index cd5dcbf..10e743f 100644
--- a/README.md
+++ b/README.md
@@ -184,9 +184,9 @@ Reveal.initialize({
// Display presentation control arrows
controls: true,
- // Hint at where the user can navigate, for example by animating
- // the down arrow when we first encounter a vertical slide
- controlsHints: true,
+ // Help the user learn the controls by providing hints, for example by
+ // bouncing the down arrow when they first encounter a vertical slide
+ controlsTutorial: true,
// Determines where controls appear, "edges" or "bottom-right"
controlsLayout: 'bottom-right',