From 67507ccb9d12d9d1583c362ce079fb817c6faa68 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Tue, 16 May 2017 15:40:50 +0200 Subject: controlsHints -> controlsTutorial --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') 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', -- cgit v1.2.3