Skip to content

Commit

Permalink
Merge pull request #73 from xflywind/patch-1
Browse files Browse the repository at this point in the history
fix readme typo
  • Loading branch information
treeform authored May 19, 2022
2 parents 8d97583 + 673eb53 commit 399ee3d
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 @@ -71,7 +71,7 @@ Usage example:
let req = Request(
url: parseUrl("http://www.istrolid.com"),
verb: "get",
headers: @[Header(key: "Auth", value: "1"))]
headers: @[Header(key: "Auth", value: "1")]
)
let res = fetch(req)
echo res.code
Expand Down

0 comments on commit 399ee3d

Please sign in to comment.