Update README.md

Fix server's example code
This commit is contained in:
Harsh Vakharia 2016-02-12 16:07:22 +05:30
parent 192bbcbf58
commit 46a54fe6a3

View File

@ -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.