Skip to content

Commit a509cef

Browse files
committed
README++
1 parent 28c7d6b commit a509cef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ console.log('attempting to connect to WebSocket %j', endpoint);
7272
// create an instance of the `HttpsProxyAgent` class with the proxy server information
7373
var opts = url.parse(proxy);
7474

75-
// IMPORTANT! Set the `secureEndpoint` property to `false` when connecting
75+
// IMPORTANT! Set the `secureEndpoint` option to `false` when connecting
7676
// over "ws://", but `true` when connecting over "wss://"
7777
opts.secureEndpoint = parsed.protocol && parsed.protocol == 'wss:';
7878

0 commit comments

Comments
 (0)