Skip to content

Commit 646b1cf

Browse files
zyc9012aciddjus
andcommitted
Update wording
Co-authored-by: Milos Djurdjevic <mikisabke@gmail.com>
1 parent b92d138 commit 646b1cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ await getJson({ engine: "google", api_key: API_KEY_2, q: "coffee" }); // API_KEY
110110

111111
## Pagination
112112

113-
There's no built-in pagination support in this library, but you can always do it
114-
manually. You can find pagination examples here:
113+
Built-in pagination is not supported. Please refer to our pagination examples
114+
for a manual approach:
115115

116116
- [Pagination example (Node.js >= 7)](examples/node/js_node_7_up/pagination_example.js)
117117
- [Pagination example (Node.js >= 14)](examples/node/js_node_14_up/pagination_example.js)

0 commit comments

Comments
 (0)