Skip to content

Commit 5a44778

Browse files
Merge pull request #95 from 2captcha/RC-2772
RC-2772 Add examples to README.md
2 parents d98ac49 + 74aab1d commit 5a44778

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ The easiest way to quickly integrate the 2Captcha captcha-solving service into y
3737
- [Error handling](#error-handling)
3838
- [Proxies](#proxies)
3939
- [Async calls](#async-calls)
40+
- [Examples](#examples)
4041

4142
## Installation
4243

@@ -388,6 +389,8 @@ async def captchaSolver(image):
388389

389390
captcha_result = asyncio.run(captchaSolver(image))
390391
```
392+
## Examples
393+
Examples of solving all supported captcha types are located in the [examples] directory.
391394

392395

393396
[2Captcha]: https://2captcha.com/
@@ -399,3 +402,4 @@ captcha_result = asyncio.run(captchaSolver(image))
399402
[asyncio]: https://docs.python.org/3/library/asyncio.html
400403
[Buy residential proxies]: https://2captcha.com/proxy/residential-proxies
401404
[Quick start]: https://2captcha.com/proxy?openAddTrafficModal=true
405+
[examples]: ./examples

0 commit comments

Comments
 (0)