Skip to content

Commit

Permalink
Merge pull request #85 from baekteun/patch-1
Browse files Browse the repository at this point in the history
Fix README typo
  • Loading branch information
kean authored Sep 22, 2023
2 parents 7c06b8f + 757aa46 commit 04c06ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let client = APIClient(baseURL: URL(string: "https://api.github.com"))
// Start sending requests
let user: User = try await client.send(Request(path: "/user")).value

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

Expand Down

0 comments on commit 04c06ee

Please # to comment.