Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix README typo #85

Merged
merged 1 commit into from
Sep 22, 2023
Merged

Fix README typo #85

merged 1 commit into from
Sep 22, 2023

Conversation

baekteun
Copy link
Contributor

Description

Fix typo in README sample code

Changed

var request = Request(path: "/user/emails", method: .post, body: ["alex@me.com"]


var request = Request(path: "/user/emails", method: .post, body: ["alex@me.com"])

Fix typo in README sample code
@kean
Copy link
Owner

kean commented Sep 22, 2023

Thanks!

@kean kean merged commit 04c06ee into kean:main Sep 22, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants