From 7683d35958ff4d260e088b5da4f537e414851ef2 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 6 Jul 2018 20:41:35 -0600 Subject: [PATCH] request => urequest --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cbba89..c2d2ea4 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ request(options, callback); ## UNIX Domain Sockets -`request` supports making requests to [UNIX Domain Sockets](https://en.wikipedia.org/wiki/Unix_domain_socket). To make one, use the following URL scheme: +`urequest` supports making requests to [UNIX Domain Sockets](https://en.wikipedia.org/wiki/Unix_domain_socket). To make one, use the following URL scheme: ```js /* Pattern */ 'http://unix:SOCKET:PATH'