From 1619c118826c58f1e19573986cc51513ff01de4c Mon Sep 17 00:00:00 2001 From: aslakhellesoy Date: Thu, 21 Apr 2011 14:56:50 +0100 Subject: [PATCH] Missing whitespace in Markdown --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6058c8..eb76dc1 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ slow, even for short messages. Parsing this is faster: To use the CSV format, just construct your WebbitSocket like this: - new WebbitSocket("/websocket", myClient, "csv"); + new WebbitSocket("/websocket", myClient, "csv"); That's it!