From afb70cee5fd6371f3e9f855a4afa0e56a438d148 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 30 Nov 2013 01:57:02 +0900 Subject: [PATCH] Fix a few --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 398746f5..fd520266 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ **websocket-sharp** is a C# implementation of the **WebSocket** protocol client and server, and supports the followings. -- **[RFC 6455][rfc6455]** -- **[Per-message Compression Extension](#per-message-compression)** +- **[RFC 6455](#supported-websocket-specifications)** +- **[Per-message Compression](#per-message-compression)** extension - **[Secure Connection](#secure-connection)** - .NET **3.5** (includes compatible) or later