Skip to content

Commit 5a231d8

Browse files
Merge pull request #98 from 2captcha/fix-readme-link-softid
fix-readme-link-softid
2 parents 9c36f4d + 2ebe7e4 commit 5a231d8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ solver = TwoCaptcha(**config)
7474

7575
### TwoCaptcha instance options
7676

77-
| Option | Default value | Description |
78-
| ---------------- | -------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
79-
| server | `2captcha.com` | API server. You can set it to `rucaptcha.com` if your account is registered there |
80-
| softId | - | your software ID obtained after publishing in [2captcha software catalog] |
81-
| callback | - | URL of your web server that receives the captcha recognition result. The URL should be first registered in [pingback settings] of your account |
77+
| Option | Default value | Description |
78+
| ---------------- | -------------- |--------------------------------------------------------------------------------------------------------------------------------------------------------|
79+
| server | `2captcha.com` | API server. You can set it to `rucaptcha.com` if your account is registered there |
80+
| softId | 4580 | your software ID obtained after publishing in [2captcha software catalog] |
81+
| callback | - | URL of your web server that receives the captcha recognition result. The URL should be first registered in [pingback settings] of your account |
8282
| defaultTimeout | 120 | Polling timeout in seconds for all captcha types except reCAPTCHA. Defines how long the module tries to get the answer from the `res.php` API endpoint |
8383
| recaptchaTimeout | 600 | Polling timeout for reCAPTCHA in seconds. Defines how long the module tries to get the answer from the `res.php` API endpoint |
8484
| pollingInterval | 10 | Interval in seconds between requests to the `res.php` API endpoint. Setting values less than 5 seconds is not recommended |
@@ -487,7 +487,7 @@ Examples of solving all supported captcha types are located in the [examples] di
487487

488488
<!-- Shared links for README.md -->
489489
[2Captcha]: https://2captcha.com/
490-
[2captcha sofware catalog]: https://2captcha.com/software
490+
[2captcha software catalog]: https://2captcha.com/software
491491
[pingback settings]: https://2captcha.com/setting/pingback
492492
[post options]: https://2captcha.com/2captcha-api#normal_post
493493
[list of supported languages]: https://2captcha.com/2captcha-api#language

0 commit comments

Comments
 (0)