Skip to content

Commit

Permalink
Merge pull request #3 from lionix-team/update-readme
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
GHarutyunyan authored Aug 15, 2019
2 parents 09df350 + f525a93 commit 05a1eff
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
40 changes: 20 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,32 +59,32 @@ Then you'll be able to use pagination component.
or
```javascript
{
"data": [
data: [
{
"id": 1,
"name": "Eladio Schroeder Sr.",
"email": "[email protected]",
id: 1,
name: "Eladio Schroeder Sr.",
email: "[email protected]",
},
{
"id": 2,
"name": "Liliana Mayert",
"email": "[email protected]",
id: 2,
name: "Liliana Mayert",
email: "[email protected]",
}
],
"links":{
"first": "http://example.com/pagination?page=1",
"last": "http://example.com/pagination?page=1",
"prev": null,
"next": null
links:{
first: "http://example.com/pagination?page=1",
last: "http://example.com/pagination?page=1",
prev: null,
next: null
},
"meta":{
"current_page": 1,
"from": 1,
"last_page": 1,
"path": "http://example.com/pagination",
"per_page": 15,
"to": 10,
"total": 10
meta:{
current_page: 1,
from: 1,
last_page: 1,
path: "http://example.com/pagination",
per_page: 15,
to: 10,
total: 10
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-laravel-paginex",
"version": "2.0.1",
"version": "2.0.2",
"description": "Laravel Pagination with ReactJS (customizable)",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 05a1eff

Please sign in to comment.