Skip to content

Commit 3cc6684

Browse files
authored
Update README.md
1 parent 1d936d2 commit 3cc6684

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
@@ -85,14 +85,14 @@ let emailInfo = try await resendClient.emails.get(emailId: id)
8585
~~~~
8686

8787

88-
### Audience client
88+
### Managing Audiences
8989

9090
Access the `AudienceClient` for managing audiences via the API. Refer to the [Resend Audience API](https://resend.com/docs/api-reference/audiences) for complete details.
9191
~~~~swift
9292
let audience = try await resendClient.audiences.create(name: "marketing")
9393
~~~~
9494

95-
### Contact client
95+
### Managing Contacts
9696

9797
Access the `ContactClient` for managing contacts via the API. Refer to the [Resend Contact API](https://resend.com/docs/api-reference/contacts) for complete details.
9898
~~~~swift

0 commit comments

Comments
 (0)