diff --git a/README.md b/README.md index 94e321f..bb6006b 100755 --- a/README.md +++ b/README.md @@ -429,7 +429,7 @@ These are the available config options for making requests. Only the `url` is re if (options.hostname === "example.com") { options.auth = "user:password"; } - }; + }, // `socketPath` defines a UNIX Socket to be used in node.js. // e.g. '/var/run/docker.sock' to send requests to the docker daemon.