File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ <h3>How does it work?</h3>
3737 < p >
3838 Additionally, < code > Socksify::resolve</ code > can be used to
3939 resolve hostnames to IPv4 addresses via SOCKS. There is also
40- < code > socksify/http</ code > library enabling Net::HTTP to work
40+ < code > socksify/http</ code > enabling Net::HTTP to work
4141 via SOCKS.
4242 </ p >
4343
@@ -68,9 +68,9 @@ <h3>Explicit SOCKS usage in a Ruby program</h3>
6868
6969 < h3 > Use Net::HTTP explicitly via SOCKS</ h3 >
7070 < p >
71- Require additional library < code > socksify/http</ code >
72- and use < code > Net::HTTP.SOCKSProxy</ code > method. It
73- is similar to < code > Net:HTTP.Proxy</ code > from Ruby
71+ Require the additional library < code > socksify/http</ code >
72+ and use the < code > Net::HTTP.SOCKSProxy</ code > method. It
73+ is similar to < code > Net:HTTP.Proxy</ code > from the Ruby
7474 standard library:
7575 </ p >
7676 < pre >
@@ -82,7 +82,7 @@ <h3>Use Net::HTTP explicitly via SOCKS</h3>
8282# => #<Net::HTTPOK 200 OK readbody=true></ pre >
8383
8484 < p >
85- Note that < code > Net::HTTP.SOCKSProxy</ code > never rely
85+ Note that < code > Net::HTTP.SOCKSProxy</ code > never relies
8686 on < code > TCPSocket::socks_server</ code > /< code > socks_port</ code > .
8787 You should either set < code > SOCKSProxy</ code > arguments
8888 explicitly or use < code > Net::HTTP</ code > directly.
You can’t perform that action at this time.
0 commit comments