From aeb34be804c6cec47465cafe6c94a92925e71ae2 Mon Sep 17 00:00:00 2001 From: Vinayak Kulkarni Date: Fri, 7 Apr 2017 17:26:57 +0530 Subject: [PATCH] Updated Laravel Paginator link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c03b81f..db88c8a 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Vue.component('example-component', { | Name | Type | Description | | --- | --- | --- | -| `data` | Object | An object containing the structure of a [Laravel paginator](https://laravel.com/docs/5.3/pagination) response. See below for default value. | +| `data` | Object | An object containing the structure of a [Laravel paginator](https://laravel.com/docs/5.4/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