Fix a few

This commit is contained in:
sta 2013-11-30 01:57:02 +09:00
parent 7471098cbb
commit afb70cee5f

View File

@ -2,8 +2,8 @@
**websocket-sharp** is a C# implementation of the **WebSocket** protocol client and server, and supports the followings. **websocket-sharp** is a C# implementation of the **WebSocket** protocol client and server, and supports the followings.
- **[RFC 6455][rfc6455]** - **[RFC 6455](#supported-websocket-specifications)**
- **[Per-message Compression Extension](#per-message-compression)** - **[Per-message Compression](#per-message-compression)** extension
- **[Secure Connection](#secure-connection)** - **[Secure Connection](#secure-connection)**
- .NET **3.5** (includes compatible) or later - .NET **3.5** (includes compatible) or later