Skip to content

Commit 1e93b0d

Browse files
Update README.md
1 parent a48bf38 commit 1e93b0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ solver.setExtendedResponse(1);
8282
| pollingInterval | 10 | Interval in seconds between requests to `res.php` API endpoint, setting values less than 5 seconds is not recommended |
8383
| extendedResponse | 0 | Json or String format response from `res.php` API endpoint, extendedResponse = 1 returns JSON format response |
8484

85-
> [!IMPORTANT] once *callback URL* is defined for `TwoCaptcha` instance with `setCallback`, 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.
85+
> [!IMPORTANT]
86+
> Once *callback URL* is defined for `TwoCaptcha` instance with `setCallback`, 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.
8687
To get the answer manually use [getResult method](#send--getresult)
8788

8889
> [!TIP]

0 commit comments

Comments
 (0)