2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00

Update README.md (#4599)

Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
aong
2022-05-04 00:50:13 +08:00
committed by GitHub
parent 7920d11144
commit a41f129acf
+1 -1
View File
@@ -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.