Skip to content

Commit aaa3e6a

Browse files
authored
Merge pull request #84 from 2captcha/RC-2717-link-send-get-result
RC-2717-link-send-get-result
2 parents 9e9cac6 + 736370c commit aaa3e6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The easiest way to quickly integrate the 2Captcha captcha-solving service into y
3131
- [Cutcaptcha](#cutcaptcha)
3232
- [Tencent](#tencent)
3333
- [Other methods](#other-methods)
34-
- [send / get_result](#send--getresult)
34+
- [send / get_result](#send--get_result)
3535
- [balance](#balance)
3636
- [report](#report)
3737
- [Error handling](#error-handling)
@@ -81,7 +81,7 @@ solver = TwoCaptcha(**config)
8181
| pollingInterval | 10 | Interval in seconds between requests to `res.php` API endpoint, setting values less than 5 seconds is not recommended |
8282

8383
> **IMPORTANT:** once `callback` is defined for `TwoCaptcha` instance, all methods return only the captcha ID and DO NOT poll the API to get the result. The result will be sent to the callback URL.
84-
To get the answer manually use [get_result method](#send--getresult)
84+
To get the answer manually use [get_result method](#send--get_result)
8585

8686
## Solve captcha
8787
When you submit any image-based captcha use can provide additional options to help 2captcha workers to solve it properly.

0 commit comments

Comments
 (0)