From 83760576aa503e6635c4aceef11a6c7cc25822c5 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 17 Jan 2014 22:03:49 +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 b58d6dc7..1ef19000 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ The type of `data` is `string`, `byte []` or `System.IO.FileInfo`. If you want to send a data to the server asynchronously, you should use the `WebSocket.SendAsync (data, completed)` method. -If you want to do something when the send is complete, you should set any action to `completed` (its type is `Action`). +And if you want to do something when the send is complete, you should set any action to `completed` (its type is `Action`). #### Step 6 ####