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.