From c72a9466a6b1a19c80565d5a793a5b5dddf2409c Mon Sep 17 00:00:00 2001 From: Gilbert Pellegrom Date: Sat, 7 Jan 2017 14:20:29 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71799b4..124aded 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Vue.component('pagination', require('laravel-vue-pagination')); Use the component: ```html - + ``` ```javascript @@ -72,8 +72,8 @@ Vue.component('example-component', { | Name | Type | Description | | --- | --- | --- | -| `limit` | Number | Limit of pages to be rendered. Default `0` (unlimited links) `-1` will hide numeric pages and leave only arrow navigation. `3` will show 3 previous and 3 next numeric pages from current page. | | `data` | Object | An object containing the structure of a [Laravel paginator](https://laravel.com/docs/5.3/pagination) response. See below for default value. | +| `limit` | Number | (optional) Limit of pages to be rendered. Default `0` (unlimited links) `-1` will hide numeric pages and leave only arrow navigation. `3` will show 3 previous and 3 next numeric pages from current page. | ```javascript {