Skip to content

Commit cceedaa

Browse files
Update README.md
1 parent 40bc217 commit cceedaa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A wrapper around the [2captcha](https://2captcha.com/) API. This wrapper support
88

99
Also added support for the `bounding_box` method. The Bounding Box Method allows you to mark data on the image. This method can be used to mark up datasets or highlight any objects in an image according to the given instructions. Read more about using *Bounding Box Method* on [documentation](https://2captcha.com/2captcha-api#bounding_box).
1010

11-
[2captcha](https://2captcha.com/) is a service that solves many different types of captchas, this library serves as a wrapper around API 2captcha to bring easy, promise-based functionality to NodeJS. This library specializes in concurrent solves, and bulk-api usage.
11+
[2captcha](https://2captcha.com/) is a service that solves many different types of captchas, this library serves as a wrapper around API 2captcha to bring easy, promise-based functionality to Node.js. This library specializes in concurrent solves, and Bulk API usage.
1212

1313
- [Install](#install)
1414
- [Configuration](#configuration)
@@ -198,7 +198,7 @@ solver.geetestV4({
198198

199199
### Yandex Smart Captcha
200200

201-
Use this method to solve Yandex and obtain a token to bypass the protection.
201+
Use this method to solve Yandex Smart Captcha and obtain a token to bypass the protection.
202202

203203
```js
204204
solver.yandexSmart({
@@ -215,7 +215,7 @@ solver.yandexSmart({
215215

216216
### Lemin captcha
217217

218-
Use this method to solve Lemin and obtain a token to bypass the protection.
218+
Use this method to solve Lemin captcha and obtain a token to bypass the protection.
219219

220220
```js
221221
solver.lemin({

0 commit comments

Comments
 (0)