Skip to content

Commit 1f3b2d5

Browse files
committed
Update README.md
1 parent d4d1288 commit 1f3b2d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

captchatools-go/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func v3Example() {
5555
### captchatools.NewHarvester() Parameters:
5656
| Parameter | Required | Type | Default | Description|
5757
| :-------------: |:-------------:| :-----:| :-----:| :-----:|
58-
| solving_site | true | int| -| The captcha solving site that will be used. Refer to [the site IDs](https://github.com/Matthew17-21/Captcha-Tools/captchatools-go#site-specific-support). Alternatively, you can use shortcuts such as `captchatools.AnticaptchaSite` |
58+
| solving_site | true | int| -| The captcha solving site that will be used. Refer to [the site IDs](https://github.com/Matthew17-21/Captcha-Tools/tree/main/captchatools-go#site-specific-support). Alternatively, you can use shortcuts such as `captchatools.AnticaptchaSite` |
5959
| Config| true | captchatools.Config | - | Configurations for the captchas you are solving. |
6060

6161

@@ -96,8 +96,8 @@ func v3Example() {
9696
| `ErrNoBalance` | Balance is below 0 for captcha solving site|
9797
| `ErrWrongAPIKey` | Incorrect API Key for captcha solving site|
9898
| `ErrWrongSitekey` | Incorrect sitekey |
99-
| `ErrIncorrectCapType` | Incorrectly chose a captcha type. When initializing a new harvester. Refer to [the captcha types](https://github.com/Matthew17-21/Captcha-Tools/captchatools-go#how-to-use) |
100-
| `ErrNoHarvester` | When the user did not / incorrectly chose a captcha harvester. Refer to the [guide](https://github.com/Matthew17-21/Captcha-Tools/captchatools-go#how-to-use) |
99+
| `ErrIncorrectCapType` | Incorrectly chose a captcha type. When initializing a new harvester. Refer to [the captcha types](https://github.com/Matthew17-21/Captcha-Tools/tree/main/captchatools-go#config-struct-fields) |
100+
| `ErrNoHarvester` | When the user did not / incorrectly chose a captcha harvester. Refer to the ["how to use" guide](https://github.com/Matthew17-21/Captcha-Tools/tree/main/captchatools-go#how-to-use) |
101101

102102
```go
103103
package main

0 commit comments

Comments
 (0)