From 0a18d390fef953e2e352bb9289fae0de146d9f3e Mon Sep 17 00:00:00 2001 From: "JC (Jonathan Chen)" Date: Tue, 8 Jul 2025 14:38:35 -0400 Subject: [PATCH] docs: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f7c04d8..51ee0a9c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This Ruby gem is a generic wrapper around Zendesk's REST API. Follow this README and the [wiki](https://github.com/zendesk/zendesk_api_client_rb/wiki) for how to use it. -You can interact with all the resources defined in [`resources.rb`](lib/zendesk_api/resources.rb). Basically we have some cleaver code to convert Ruby objects into HTTP requests. +You can interact with all the resources defined in [`resources.rb`](lib/zendesk_api/resources.rb). Basically we have some clever code to convert Ruby objects into HTTP requests. Please refer to our [API documentation](https://developer.zendesk.com/api-reference) for the specific endpoints and once you understand the mapping between Ruby and the HTTP endpoints you should be able to call any endpoint.