diff --git a/README.md b/README.md index d34d5403..b2a26074 100644 --- a/README.md +++ b/README.md @@ -226,8 +226,8 @@ If you need to use a proxy to make requests to the EasyPost API, you can define // Define a custom HttpClientHandler with details about the proxy HttpClientHandler handler = new() { - UseProxy = true, - Proxy = new WebProxy($"http://localhost:8888"), + UseProxy = true, + Proxy = new WebProxy($"http://localhost:8888"), }; // Define a custom HttpClient with the custom handler