From 1f3b2d5b511675c308ebaed8b0304ce9266abbe5 Mon Sep 17 00:00:00 2001 From: Matthew Lugo Date: Wed, 6 Oct 2021 22:36:07 -0400 Subject: [PATCH] Update README.md --- captchatools-go/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/captchatools-go/README.md b/captchatools-go/README.md index d6ad548..cebc5e3 100644 --- a/captchatools-go/README.md +++ b/captchatools-go/README.md @@ -55,7 +55,7 @@ func v3Example() { ### captchatools.NewHarvester() Parameters: | Parameter | Required | Type | Default | Description| | :-------------: |:-------------:| :-----:| :-----:| :-----:| -| 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` | +| 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` | | Config| true | captchatools.Config | - | Configurations for the captchas you are solving. | @@ -96,8 +96,8 @@ func v3Example() { | `ErrNoBalance` | Balance is below 0 for captcha solving site| | `ErrWrongAPIKey` | Incorrect API Key for captcha solving site| | `ErrWrongSitekey` | Incorrect sitekey | -| `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) | -| `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) | +| `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) | +| `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) | ```go package main