From 656183316ed84693f0fbda8e35b7f0ddacd1d7be Mon Sep 17 00:00:00 2001 From: Erich Behrens Date: Mon, 2 Dec 2019 12:57:37 +0100 Subject: [PATCH] docs: fix table markdown --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bb0d1e..7ae99d0 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ const slides = [ ## Properties | property | type | default | description | -|-|-|-|-|-| +|-|-|-|-| | **slideIndex** | `number` | `0` | Index of the slide that will be initially displayed. | | **duration** | `number` | `2000`(ms) | Duration of the animation in milliseconds. It is used to remove the `animateIn` and `animateOut` classNames and assign `current` after the transition has completed. | | **disabled** | `boolean` | `false` | Disable slider navigation |