aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2017-05-16 15:40:50 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2017-05-16 15:40:50 +0200
commit67507ccb9d12d9d1583c362ce079fb817c6faa68 (patch)
treed65126e68bd3cb55282fae74fdcc87206779899a /README.md
parent9e013ccbb2415bcf8a7a7c7926263bdf980bfa8f (diff)
downloadfosdem-2018-presentation-67507ccb9d12d9d1583c362ce079fb817c6faa68.tar
fosdem-2018-presentation-67507ccb9d12d9d1583c362ce079fb817c6faa68.tar.gz
controlsHints -> controlsTutorial
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',