Browse Source

Update README.md

Maurits van der Schee 10 years ago
parent
commit
05a4006fc6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

@@ -60,7 +60,7 @@ GET http://localhost/api/categories?page=1,50
60 60
 ```
61 61
 
62 62
 ```
63
-{"categories":{"pages":"{"current":1,"records":"1","total":"1"},"columns":["id","name"],"records":[["1","Internet"],["3","Web development"]]}}
63
+{"categories":{"pages":"{"current":1,"records":1,"total":1},"columns":["id","name"],"records":[["1","Internet"],["3","Web development"]]}}
64 64
 ```
65 65
 
66 66
 ### List + Filter

Loading…
Cancel
Save