diff --git a/README.md b/README.md index 4cbcc3e..10fae43 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ Open your browser and go to [http://localhost:3000/](http://localhost:3000/) | `breakClassName` | `String` | The classname on tag `li` of the ellipsis element. | | `breakLinkClassName` | `String` | The classname on tag `a` of the ellipsis element. | | `onPageChange` | `Function` | The method to call when a page is clicked. Exposes the current page object as an argument. | +| `onPageChange` | `Function` | The method to call when an active page is clicked. Exposes the active page object as an argument. | | `initialPage` | `Number` | The initial page selected. | | `forcePage` | `Number` | To override selected page with parent prop. | | `disableInitialCallback` | `boolean` | Disable `onPageChange` callback with initial page. Default: `false` |