Skip to content

Commit

Permalink
docs: update anonymizeProxy docs (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
jirimoravcik committed May 2, 2024
1 parent 5222782 commit 475a679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 475a679

Please sign in to comment.