diff --git a/README.md b/README.md index 17ba9f737..a9862c472 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ project: - Familiar user experience with IBM Cloud SDKs. - Flexibility to use either built-in models or byte-based requests and responses for documents. - Built-in [Changes feed follower](https://github.com/IBM/cloudant-node-sdk/tree/v0.12.14/docs/Changes_Follower.md) -- Built-in [Pagination](https://github.com/IBM/cloudant-node-sdk/tree/v0.12.14/docs/Pagination.md) (beta) +- Built-in [Pagination](https://github.com/IBM/cloudant-node-sdk/tree/v0.12.14/docs/Pagination.md) - `Promise` based design with asynchronous HTTP requests. - Use either as native JavaScript or take advantage of TypeScript models. - Transparently compresses request and response bodies. diff --git a/docs/Pagination.md b/docs/Pagination.md index 0c58ac5e3..091dd0156 100644 --- a/docs/Pagination.md +++ b/docs/Pagination.md @@ -24,7 +24,7 @@ ## Introduction -The pagination feature (currently beta) accepts options for a single operation and automatically +The pagination feature accepts options for a single operation and automatically creates the multiple requests to the server necessary to page through the results a fixed number at a time. Pagination is a best-practice to break apart large queries into multiple server requests.