From 9a4a1d748b51aad43815aaa487e93cefbfd3d9bc Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 18 Dec 2016 17:53:50 +0900 Subject: [PATCH] [Modify] Edit it --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c7d44d66..b869aba9 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,16 @@ ## Welcome to websocket-sharp! ## -**websocket-sharp** supports: +websocket-sharp supports: -- **[RFC 6455](#supported-websocket-specifications)** -- **[WebSocket Client](#websocket-client)** and **[Server](#websocket-server)** -- **[Per-message Compression](#per-message-compression)** extension -- **[Secure Connection](#secure-connection)** -- **[HTTP Authentication](#http-authentication)** -- **[Query String, Origin header, and Cookies](#query-string-origin-header-and-cookies)** -- **[Connecting through the HTTP Proxy server](#connecting-through-the-http-proxy-server)** -- .NET Framework **3.5** or later (includes compatible environment such as **[Mono]**) +- [RFC 6455](#supported-websocket-specifications) +- [WebSocket Client](#websocket-client) and [Server](#websocket-server) +- [Per-message Compression](#per-message-compression) extension +- [Secure Connection](#secure-connection) +- [HTTP Authentication](#http-authentication) +- [Query string, Origin header, and Cookies](#query-string-origin-header-and-cookies) +- [Connecting through the HTTP proxy server](#connecting-through-the-http-proxy-server) +- .NET Framework **3.5** or later (includes compatible environment such as [Mono]) ## Branches ##