From 1d936d2903bdfbc5473143a0d06ec2935c38f660 Mon Sep 17 00:00:00 2001 From: Hadi Sharghi Date: Fri, 14 Jun 2024 11:29:25 +0330 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a758ce..a9db4e8 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ let httpClient = HTTPClient(...) let resendClient = ResendClient(httpClient: httpClient, apiKey: "YOUR_API_KEY") ~~~~ -## Using the API +## Usage ### Email client You can send a single email by creating a `ResendEmail` object and retrieving the email ID in return.