Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VirusNoirrr committed Mar 1, 2024
1 parent 617f0e3 commit ad30d0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ captchaToken = solver.solve(url=url, sitekey=sitekey, proxy=proxy, userAgent=use
* 2 - Example 2 (Create task)

```python
from procap import ProCap
from ProCap import ProCap
apikey = "" # Api key (required)
url = "" # Link to captcha (required)
sitekey = "" # Sitekey (required)
Expand All @@ -47,7 +47,7 @@ captchaTask.challengeKey # Captcha challenge key

* 3 - Example (Get Task Result)
```python
from procap import ProCap
from ProCap import ProCap
apikey = "" # Your api key
solver = ProCap(apikey)
id = "Challenge ID"
Expand All @@ -62,7 +62,7 @@ captchaTask.challengeKey # Captcha challenge key

* 4 - Example (Get balance)
```python
from procap import ProCap
from ProCap import ProCap
apikey = "" # Api key (required)
solver = ProCap(apikey)
balance = solver.get_balance()
Expand Down

0 comments on commit ad30d0f

Please sign in to comment.