Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zdm committed Oct 27, 2024
1 parent 4f3a3cd commit 70f95c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/2captcha.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Captcha from "@softvisio/api/2captcha";

### new Catcha( url, options )

- `url` <string\> | <URL\> 2captcha service HTTP URL. Must include `username` and `password` for authentication. If parameter is not URL it used as API token. Default URL is `https://2captcha.com/`.
- `url` <string\> | <URL\> 2captcha service HTTP URL. Must include `username` and `password` for authentication. If parameter is not URL it used as API token. Default URL is <https://2captcha.com/>.
- `options` <Object\>:
- `proxy` <string\> | <ProxyClient\> HTTP proxy to use.

Expand Down

0 comments on commit 70f95c0

Please sign in to comment.