From adc0f44de89d972df3e00e771b8c305dd5144bfa Mon Sep 17 00:00:00 2001 From: Vadim Date: Wed, 27 Jan 2021 23:48:59 +0300 Subject: [PATCH] Update docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aefb199..a1858dd 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ This slot is used for customizing dots appearance. Slot props: | Prop | Type | Description | -|---------------------|---------- --|----------------------------------------------| +|---------------------|--------------|----------------------------------------------| | `currentPageIndex` | `number` | Represents current page index (start from 0) | | `pagesCount` | `number` | Total pages amount | | `showPage` | `function` | Takes index as page to be shown |