Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ldstr authored Jun 11, 2022
1 parent 8976bc7 commit d7c37ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Here is a simple example:

```csharp
// backbone connection; ipv4; 104.227.XXX.XXX
var proxy = ProxyClient.Parse(PeoxyType.HTTP, "q.webshare.io:80");
var proxy = ProxyClient.Parse(ProxyType.HTTP, "q.webshare.io:80");

var httpClientHandler = new HttpClientHandler
{
Expand Down

0 comments on commit d7c37ee

Please sign in to comment.