Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-duboyski committed Jun 27, 2024
1 parent d477fc1 commit 924caf5
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 @@ -46,19 +46,19 @@ The easiest way to quickly integrate the [2Captcha](https://2captcha.com/) captc
This package can be installed with NPM:

```sh
npm install @2captcha/captcha-solver
npm install 2captcha-ts
```
or Yarn:
```sh
yarn add @2captcha/captcha-solver
yarn add 2captcha-ts
```

## Configuration

TwoCaptcha instance can be created like this:

```js
const TwoCaptcha = require("@2captcha/captcha-solver")
const TwoCaptcha = require("2captcha-ts")
const solver = new TwoCaptcha.Solver("<Your 2captcha api key>")
```

Expand Down

0 comments on commit 924caf5

Please sign in to comment.