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'