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