From fac62126e2abda1f957d5919bcd969221c638745 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 22 Nov 2013 21:32:06 +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 00d1e00c..83f6d50a 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ ws.Send (data); The `WebSocket.Send` method is overloaded. -The types of `data` are `string`, `byte []` and `System.IO.FileInfo` class. +The types of `data` are `string`, `byte []` and `System.IO.FileInfo`. In addition, the `WebSocket.Send (stream, length)` method exists, too.