diff --git a/README.md b/README.md index ec9b778..0169985 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ Arguments: | Argument | Type | Default | Description | |--------------------|-------------|---------|---------------------------------------| | `pageIndex` | `number` | | Page number | -| `options.animated` | `boolean` | `true` | Should it be animated or not | +| `options.animated` | `boolean` | `true` | Should it be animated or not | ```jsx + + + + + +``` + +### `goToNext` +Navigates to the next page + +Arguments: + +| Argument | Type | Default | Description | +|--------------------|-------------|---------|---------------------------------------| +| `options.animated` | `boolean` | `true` | Should it be animated or not | + +```jsx + + + + + + +```