diff --git a/README.md b/README.md index aeed460..cf6ed0c 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ SocketIOClient* socket = [[SocketIOClient alloc] initWithSocketURL:@"localhost:8 }); }]; +[socket connect]; + ``` ##Features