From c92dae809f49df0ba2b12914c6c3ef58e20213de Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sat, 17 Mar 2018 17:52:31 +0100 Subject: [PATCH] format README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c4c867f..053d9ee 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,8 @@ let mySmartsocket = new smartsocket.Smartsocket({ // optional: // run this with anothoer existing server like express -declare var someExpressServer // read the express docs about how express actually works -mySmartsocket.setServer(someExpressServer) +declare var someExpressServer; // read the express docs about how express actually works +mySmartsocket.setServer(someExpressServer); // A "SocketRole" can be referenced by "SocketFunction"s. // All "SocketRequest"s carry authentication data for a specific "SocketRole".