Skip to content

Commit

Permalink
Merge pull request #223 from kojix2/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README.md
  • Loading branch information
mamantoha committed Mar 23, 2024
2 parents e9e1cb1 + 7f1311b commit 20beb3a
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 @@ -242,7 +242,7 @@ With Proxy:
```crystal
resource = Crest::Resource.new(
"http://httpbin.org/get",
p_host: "localhost",
p_addr: "localhost",
p_port: 3128
)
```
Expand Down

0 comments on commit 20beb3a

Please sign in to comment.