From c82b59259f6afffa67bb43e9e5505f6fbed0ce54 Mon Sep 17 00:00:00 2001 From: James Coglan Date: Mon, 9 Jan 2012 01:52:58 +0000 Subject: [PATCH] Remove some text about client versions from the README. --- README.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index e4a4a81..a779d3a 100644 --- a/README.markdown +++ b/README.markdown @@ -49,8 +49,7 @@ server.listen(8000); The client supports both the plain-text `ws` protocol and the encrypted `wss` protocol, and has exactly the same interface as a socket you would use in a web -browser. On the wire it identifies itself as hybi-13, though it's compatible -with servers speaking later versions of the protocol. +browser. On the wire it identifies itself as hybi-13. ```js var WebSocket = require('faye-websocket'),