diff --git a/README.md b/README.md index 11e1b34..80fdde4 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ There are numerous additional parameters that can be used when performing a comm | ------ | ------ | ------- | ------ | | q | Search term. | N/A | String / Quoted String for phrases | | ids | Get specific comments via their ids | N/A | Comma-delimited base36 ids | -| size | Number of results to return | 25 | Integer <= 500 | +| size | Number of results to return | 25 | Integer <= 100 | | fields | One return specific fields (comma delimited) | All Fields Returned | string or comma-delimited string | | sort | Sort results in a specific order | "desc" | "asc", "desc" | | sort_type | Sort by a specific attribute | "created_utc" | "score", "num_comments", "created_utc" |