From a41f129acffd59225d0f0319e0174a0c31797649 Mon Sep 17 00:00:00 2001 From: aong Date: Wed, 4 May 2022 00:50:13 +0800 Subject: [PATCH] Update README.md (#4599) Co-authored-by: Jay --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94e321f31a..bb6006b0a1 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.