From 1b054186741404452304c0826991cbefb9631d52 Mon Sep 17 00:00:00 2001 From: Erik Date: Mon, 27 Apr 2015 17:22:17 -0400 Subject: [PATCH] clarify events --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78d5afc..af022a4 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ Methods 9. `close(#fast:Bool)` - Closes the socket. Once a socket is closed it should not be reopened. Pass true to fast if you're closing from a background task. 10. `reconnect()` - Causes the client to reconnect to the server. -Events +Client Events ------ 1. `connect` - Emitted when on a successful connection. 2. `disconnect` - Emitted when the connection is closed.