From be5cfee027ab91d26ac1f549d96ad953c2ba2b14 Mon Sep 17 00:00:00 2001 From: solvecaptcha-com Date: Thu, 20 Mar 2025 23:05:34 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 320eb01..a6654f3 100644 --- a/README.md +++ b/README.md @@ -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=..., ...) ```