From 62801f0a8e5a90064291f9a8b556e7b1b18d9e77 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 2 Aug 2014 11:47:24 +0900 Subject: [PATCH] Fix a few for README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c94b769f..2a7559a3 100644 --- a/README.md +++ b/README.md @@ -546,9 +546,9 @@ Also, if you would like to get each value of the Origin header and cookies, you ### Connecting through the HTTP Proxy server ### -websocket-sharp supports to connect through the HTTP Proxy server. +websocket-sharp supports to connect through the **HTTP Proxy** server. -If you would like to connect a WebSocket server through the HTTP Proxy server, you should set the proxy server URL, and if necessary, a pair of user name and password for the proxy server authentication (Basic/Digest), using the `WebSocket.SetHttpProxy (string, string, string)` method before connecting. +If you would like to connect to a WebSocket server through the HTTP Proxy server, you should set the proxy server URL, and if necessary, a pair of user name and password for the proxy server authentication (Basic/Digest), using the `WebSocket.SetHttpProxy (string, string, string)` method before connecting. ```cs var ws = new WebSocket ("ws://example.com");