diff --git a/README.md b/README.md index 85d3a01..f199c0c 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ Slot props: ## Methods ### `goTo` -Navigates to a page by index +Navigates to a page by index. `(options) => Promise`. Arguments: @@ -170,13 +170,13 @@ Arguments: ``` ### `goToPrev` -Navigates to the previous page +Navigates to the previous page. `(options) => Promise`. Arguments: -| Argument | Type | Default | Description | -|--------------------|-------------|---------|---------------------------------------| -| `options.animated` | `boolean` | `true` | Should it be animated or not | +| Argument | Type | Default | Description | +|--------------------|-------------|---------|-------------------------------| +| `options.animated` | `boolean` | `true` | Should it be animated or not | ```jsx