Skip to content

Commit d3a7f9e

Browse files
committed
Update documentation
1 parent 889b5a1 commit d3a7f9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ var optionalOpts = {
7676

7777
proxyOpts: {
7878
// Socks proxy options (used to proxy requests in node)
79-
socksProxyOpts: {
79+
socksProxy: {
8080
// Configuration from socks module (https://github.com/JoshGlazebrook/socks)
8181
proxy: {
8282
// IP Address of Proxy (Required)
@@ -107,7 +107,7 @@ var optionalOpts = {
107107
timeout: 10000
108108
},
109109
// NodeJS HTTP agents (used to proxy HTTP and Websocket requests in node)
110-
// Populated with Socks.Agent if socksProxyOpts is provided
110+
// Populated with Socks.Agent if socksProxy is provided
111111
httpAgent: {},
112112
httpsAgent: {}
113113
}

0 commit comments

Comments
 (0)