diff --git a/README.md b/README.md index e9d6994..59eadd7 100644 --- a/README.md +++ b/README.md @@ -37,4 +37,5 @@ async fn main() { ## Planned Features -Currently this API wrapper supports all of the `v1` Up API endpoints except [webhooks](https://developer.up.com.au/#webhooks). This is planned for a (hopefull soon) future release. +- Currently this API wrapper supports all of the `v1` Up API endpoints except [webhooks](https://developer.up.com.au/#webhooks). This is planned for a (hopefully soon) future release. +- Functions `prev` and `next` on the reslts of paginated endpoints are planned to make moving between pages significantly easier.