From 61a48b32aa94fb1c4df6d6a2c7b478cba90cd6ab Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Fri, 2 Apr 2010 11:16:54 -0700 Subject: [PATCH] forgot to actually send a message in the usage example --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 68e3f1c..0b86512 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,13 @@ var webSocket = [CPWebSocket openWebSocketWithURL: @"ws://localhost:8080" delega { CPLog('web socket error'); } + +// ... +// somewhere else +// ... + + [webSocket send: @"Hey, this is pretty slick!"]; +