Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-duboyski committed Dec 13, 2024
1 parent e67ba8b commit 1643ffe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Examples of API requests for different captcha types are available on the [Golan
- [CyberSiARA](#cybersiara)
- [DataDome](#datadome)
- [MTCaptcha](#mtcaptcha)
- [Yandex](#yandex)
- [Tencent](#tencent)
- [atbCAPTCHA](#atbcaptcha)
- [Cutcaptcha](#cutcaptcha)
Expand Down Expand Up @@ -483,7 +484,7 @@ captcha:= api2captcha.MTCaptcha{
Use this method to solve Yandex and obtain a token to bypass the protection.
```go
captcha:= api2captcha.Yandex{
Url: "https://rutube.ru",
Url: "https://example.com",
SiteKey: "Y5Lh0tiycconMJGsFd3EbbuNKSp1yaZESUOIHfeV",
}
```
Expand Down

0 comments on commit 1643ffe

Please sign in to comment.