From 3bb39a3092910c543ec8ddcea606de0f4b412faf Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 21 Jan 2014 21:00:33 +0900 Subject: [PATCH] Fix a few --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbe82569..f9a651ac 100644 --- a/README.md +++ b/README.md @@ -394,7 +394,7 @@ If you want to enable this extension as a WebSocket client, you should set like ws.Compression = CompressionMethod.DEFLATE; ``` -And then your WebSocket client sends the following header with the connection request to the server. +And then your client sends the following header with the connection request to the server. Sec-WebSocket-Extensions: permessage-deflate