From 3e3199447e31fe02e6604e66c6588b57bef4ad00 Mon Sep 17 00:00:00 2001 From: Robert Payne Date: Thu, 31 Mar 2016 01:36:20 +1300 Subject: [PATCH] Another readme tweak --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d1c71da..8dd0fc3 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,13 @@ Objective-C websocket library for building things that work in realtime on iOS a * Conforms fully to [RFC6455](http://tools.ietf.org/html/rfc6455) websocket protocol * Support for websocket compression via the [permessage-deflate](http://tools.ietf.org/html/draft-ietf-hybi-permessage-compression-17) extension -* Passes all ~519 Autobahn [Client Tests](http://zwopple.github.io/PocketSocket/results/client/) & [Server Tests](http://zwopple.github.io/PocketSocket/results/server/) with 100% compliance* +* Passes all ~519 Autobahn [Client Tests](http://zwopple.github.io/PocketSocket/results/client/) & [Server Tests](http://zwopple.github.io/PocketSocket/results/server/) with 100% compliance1 * Client & Server modes (see notes below) * TLS/SSL support * Asynchronous IO * Standalone `PSWebSocketDriver` for easy “Bring your own” networking IO -> * Some server tests are non-strict and drop connections earlier when receiving malformed WebSocket payloads. +> 1Some server tests are non-strict and drop connections earlier when receiving malformed WebSocket payloads. ### Dependencies