Przeglądaj źródła

Update README.md

Git-Leon 7 lat temu
rodzic
commit
cb73403841
1 zmienionych plików z 2 dodań i 5 usunięć
  1. 2
    5
      README.md

+ 2
- 5
README.md Wyświetl plik

@@ -15,16 +15,13 @@
15 15
 `http://blog.example.com/posts?page=3&size=20`
16 16
 
17 17
 -
18
-### Pagination Specific Information
18
+### Pagination Data
19 19
 * Pagination-specific information includes
20 20
 	* total number of records
21 21
 	* total number of pages
22 22
 	* current page number
23 23
 	* page size
24
-
25
--
26
-### Pagination Data
27
-* In the above scenario, one would expect a response body with pagination infromation closely resembling the `JSON` object below.
24
+* In the above scenario, one would expect a response body with pagination information closely resembling the `JSON` object below.
28 25
 
29 26
 ```JSON
30 27
 {