diff --git a/README.md b/README.md index 86349697..698e2a8b 100644 --- a/README.md +++ b/README.md @@ -242,7 +242,7 @@ With Proxy: ```crystal resource = Crest::Resource.new( "http://httpbin.org/get", - p_host: "localhost", + p_addr: "localhost", p_port: 3128 ) ```