From 95caf726f743640e52f2c99ce727ad58b3a53ef6 Mon Sep 17 00:00:00 2001 From: Gary Burd Date: Thu, 5 Jun 2014 13:56:06 -0700 Subject: [PATCH] Update README.md typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 031f0ce..9ca3ca8 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ subdirectory](https://github.com/gorilla/websocket/tree/master/examples/autobahn RFC 6455 Features Passes Autobahn Test SuiteYesNo -Receive fragmented messageYesNo, see note 1/td> +Receive fragmented messageYesNo, see note 1 Send close messageYesNo Send pings and receive pongsYesNo Get the type of a received data messageYesYes, see note 2 @@ -48,7 +48,7 @@ subdirectory](https://github.com/gorilla/websocket/tree/master/examples/autobahn Notes: -1. Large messages are fragmented in Chrome's [new WebSocket implementation](http://www.ietf.org/mail-archive/web/hybi/current/msg10503.html). +1. Large messages are fragmented in [Chrome's new WebSocket implementation](http://www.ietf.org/mail-archive/web/hybi/current/msg10503.html). 2. The application can get the type of a received data message by implementing a [Codec marshal](http://godoc.org/code.google.com/p/go.net/websocket#Codec.Marshal) function.