Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ The easiest way to quickly integrate [2Captcha] into your code to automate solvi
- [report](#report)
- [Proxies](#proxies)
- [Error handling](#error-handling)
- [Useful links](#useful-links)

## Installation
Install nuget package from [nuget]
Expand Down Expand Up @@ -394,11 +393,11 @@ catch (TimeoutException e)
}
```

## Useful links
- [nuget](https://www.nuget.org/packages/2captcha-csharp/)
- [2Captcha](https://2captcha.com/)
- [2captcha sofware catalog](https://2captcha.com/software)
- [Pingback settings](https://2captcha.com/setting/pingback)
- [Post options](https://2captcha.com/2captcha-api#normal_post)
- [list of supported languages](https://2captcha.com/2captcha-api#language)
- [Examples directory](./TwoCaptcha.Examples)
<!-- Shared links -->
[nuget]: https://www.nuget.org/packages/2captcha-csharp/
[2Captcha]: https://2captcha.com/
[2captcha sofware catalog]: https://2captcha.com/software
[Pingback settings]: https://2captcha.com/setting/pingback
[Post options]: https://2captcha.com/2captcha-api#normal_post
[list of supported languages]: https://2captcha.com/2captcha-api#language
[Examples directory]: /TwoCaptcha.Examples