瀏覽代碼

Update README.md

Git-Leon 7 年之前
父節點
當前提交
cb73403841
共有 1 個檔案被更改,包括 2 行新增5 行删除
  1. 2
    5
      README.md

+ 2
- 5
README.md 查看文件

15
 `http://blog.example.com/posts?page=3&size=20`
15
 `http://blog.example.com/posts?page=3&size=20`
16
 
16
 
17
 -
17
 -
18
-### Pagination Specific Information
18
+### Pagination Data
19
 * Pagination-specific information includes
19
 * Pagination-specific information includes
20
 	* total number of records
20
 	* total number of records
21
 	* total number of pages
21
 	* total number of pages
22
 	* current page number
22
 	* current page number
23
 	* page size
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
 ```JSON
26
 ```JSON
30
 {
27
 {