Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ A Ruby client for the 2Captcha API.
- [GeeTest V4](#geetest-v4)
- [Audio](#audio)
- [Yandex](#yandex)
- [CyberSiARA](#cyber_siara)
- [DataDome](#data-dome)
- [CyberSiARA](#cybersiara)
- [DataDome](#datadome)
- [MTCaptcha](#mtcaptcha)
- [Other methods](#other-methods)
- [send / get_result](#send--getresult)
- [send / get_result](#send-get_result)
- [balance](#balance)
- [report](#report)
- [Error handling](#error-handling)
Expand Down Expand Up @@ -361,7 +361,7 @@ result = client.mt_captcha({

## Other methods

### send / get_result
<h3 id="send-get_result"> send / get_result</h3>
These methods can be used for manual captcha submission and answer polling.
```ruby

Expand Down
8 changes: 4 additions & 4 deletions README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ Ruby-клиент для API 2Captcha.
- [Lemin Cropped Captcha](#lemin-cropped-captcha)
- [GeeTest V4](#geetest-v4)
- [Аудио](#audio)
- [CyberSiARA](#cyber_siara)
- [DataDome](#data-dome)
- [CyberSiARA](#cybersiara)
- [DataDome](#datadome)
- [MTCaptcha](#mtcaptcha)
- [Другие методы](#other-methods)
- [send / get_result](#send--getresult)
- [send / get_result](#send-get_result)
- [balance](#balance)
- [report](#report)
- [Обработка ошибок](#error-handling)
Expand Down Expand Up @@ -318,7 +318,7 @@ result = client.mt_captcha({

## Другие методы

### send / get_result
<h3 id="send-get_result"> send / get_result</h3>
Эти методы могут быть использованы для ручного отправления капчи и получения результата.
```ruby
# пример для обычной капчи
Expand Down