Skip to content

Commit

Permalink
Merge pull request #101 from 2captcha/RC-2791-fix-readme
Browse files Browse the repository at this point in the history
RC-2791-fix-readme
  • Loading branch information
dzmitry-duboyski authored Jun 24, 2024
2 parents 08d688e + 698c889 commit 897334f
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 @@ -219,7 +219,7 @@ result = solver.hcaptcha(sitekey='10000000-ffff-ffff-ffff-000000000001',

<sup>[API method description.](https://2captcha.com/2captcha-api#lemin)</sup>

Use this method to solve hCaptcha challenge. Returns JSON with an answer containing the following values: answer, challenge_id.
Use this method to solve the Lemin captcha. Returns JSON with an answer containing the following values: answer, challenge_id.
```python
result = solver.lemin(captcha_id='CROPPED_1abcd2f_a1234b567c890d12ef3a456bc78d901d',
div_id='lemin-cropped-captcha',
Expand Down

0 comments on commit 897334f

Please sign in to comment.