From 46a54fe6a33b1645353c7fb6320fe0624c73ef15 Mon Sep 17 00:00:00 2001 From: Harsh Vakharia Date: Fri, 12 Feb 2016 16:07:22 +0530 Subject: [PATCH] Update README.md Fix server's example code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93e6d7f..758da3a 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ var server = new Server({ // In addition to returning a boolean (`true` for allowed, `false` for disallowed), // you can return an `Error` object to disallow and provide a custom reason. - }) + } }) // Internal http, udp, and websocket servers exposed as public properties.