fix typo in README.md

This commit is contained in:
Attila Oláh 2014-11-03 16:02:20 +01:00
parent 47f93dfaed
commit d9b6ff71d6
1 changed files with 1 additions and 1 deletions

View File

@ -54,6 +54,6 @@ Notes:
function.
3. The go.net io.Reader and io.Writer operate across WebSocket frame boundaries.
Read returns when the input buffer is full or a frame boundary is
encountered, Each call to Write sends a single frame message. The Gorilla
encountered. Each call to Write sends a single frame message. The Gorilla
io.Reader and io.WriteCloser operate on a single WebSocket message.