Skip to content

Commit 55fcbd0

Browse files
Update README.md
1 parent b779f9e commit 55fcbd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ console.log(err);
427427
The ClickCaptcha method returns the coordinates of points on the captcha image. It can be used if you need to click on particular points in the image.
428428

429429
```js
430-
const imageBase64 = fs.readFileSync("./tests/media/hCaptchaImage.jpg", "base64")
430+
const imageBase64 = fs.readFileSync("./tests/media/coordinates.jpg", "base64")
431431

432432
solver.coordinates({
433433
body: imageBase64,
@@ -467,7 +467,7 @@ solver.boundingBox({
467467

468468
<sup>[API method description.](https://2captcha.com/2captcha-api#grid)</sup>
469469

470-
This method allows to solve any captcha where image can be divided into equal parts like reCAPTCHA V2 or hCaptcha. A grid is applied above the image. And you receive the numbers clicked boxes.
470+
This method allows to solve any captcha where image can be divided into equal parts like reCAPTCHA V2. A grid is applied above the image. And you receive the numbers clicked boxes.
471471

472472
> [!IMPORTANT]
473473
> You must to send instruction `imginstructions` or `textinstructions`.

0 commit comments

Comments
 (0)