From b5fc1cf2af6c12de0a6bbf1ed495c60d2efe44b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Sacrist=C3=A1n?= Date: Mon, 14 Aug 2017 16:40:25 +0200 Subject: [PATCH] Updated Plugin docs (markdown) --- Plugin-docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugin-docs.md b/Plugin-docs.md index 4587680..133b442 100644 --- a/Plugin-docs.md +++ b/Plugin-docs.md @@ -56,7 +56,7 @@ You can exit it manually by either pressing `+` or the `Esc` key and it also clo If you'd rather like to disable this feature entirely, you can do so with the following option: ```javascript -const ws = new WebSlides({ showIndex: true }); +const ws = new WebSlides({ showIndex: false }); ``` ## Video