Update README.md

This commit is contained in:
solvecaptcha-com
2025-03-20 23:05:34 +02:00
committed by GitHub
parent 90585d43cd
commit be5cfee027
+1 -1
View File
@@ -164,7 +164,7 @@ This method offers a reCAPTCHA V3 solver and returns a token.
```python
result = solver.recaptcha(sitekey='6Le-wvkSVVABCPBMRTvw0Q4Muexq1bi0DJwx_mJ-',
url='https://mysite.com/page/with/recaptcha',
url='https://mysite.com/page/with/recaptcha-v3',
version='v3',
param1=..., ...)
```