Skip to content

Commit 661d46d

Browse files
authored
Merge pull request #22 from a211212abc/patch-1
Fix typo in readme
2 parents 9cc0b06 + cd7eb55 commit 661d46d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,14 @@ result = solver.text('If tomorrow is Saturday, what day is today?', param1=...,
102102
Use this method to solve ReCaptcha V2 and obtain a token to bypass the protection.
103103
```python
104104
result = solver.recaptcha(sitekey='6Le-wvkSVVABCPBMRTvw0Q4Muexq1bi0DJwx_mJ-',
105-
url='https://mysite.com/page/with/recaptcha,
105+
url='https://mysite.com/page/with/recaptcha',
106106
param1=..., ...)
107107
```
108108

109109
### ReCaptcha v3
110110
This method provides ReCaptcha V3 solver and returns a token.
111111
```python
112-
result = solver.recaptcha(sitekey=6Le-wvkSVVABCPBMRTvw0Q4Muexq1bi0DJwx_mJ-',
112+
result = solver.recaptcha(sitekey='6Le-wvkSVVABCPBMRTvw0Q4Muexq1bi0DJwx_mJ-',
113113
url='https://mysite.com/page/with/recaptcha',
114114
version='v3',
115115
param1=..., ...)

0 commit comments

Comments
 (0)