Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaczero committed Feb 22, 2019
1 parent 6792394 commit f3a7493
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ If you find this project useful and you are new to 2captcha please consider regi
```cs
var twoCaptcha = new TwoCaptcha(" ## YOUR API KEY ## ");

// Get current balance
var balance = await twoCaptcha.GetBalance();

// Solve image captcha
var image1 = await twoCaptcha.SolveImage(new FileStream("captcha.png", FileMode.Open));
var image2 = await twoCaptcha.SolveImage("data:image/png;base64,iVBORw0KGgo...");
Expand Down

0 comments on commit f3a7493

Please sign in to comment.