From 475a679c9047d922ea7cb51e12d0e266ef454787 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Morav=C4=8D=C3=ADk?= Date: Thu, 2 May 2024 08:47:15 +0200 Subject: [PATCH] docs: update `anonymizeProxy` docs (#536) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a43c6ad..bf529036 100644 --- a/README.md +++ b/README.md @@ -368,7 +368,7 @@ The package also provides several utility functions. Parses and validates a HTTP proxy URL. If the proxy requires authentication, then the function starts an open local proxy server that forwards to the proxy. -The port is chosen randomly. +The port (on which the local proxy server will start) can be set via the `port` property of the first argument, if not provided, it will be chosen randomly. The function takes an optional callback that receives the anonymous proxy URL. If no callback is supplied, the function returns a promise that resolves to a String with