Skip to content

Commit 46a54fe

Browse files
committed
Update README.md
Fix server's example code
1 parent 192bbcb commit 46a54fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ var server = new Server({
133133

134134
// In addition to returning a boolean (`true` for allowed, `false` for disallowed),
135135
// you can return an `Error` object to disallow and provide a custom reason.
136-
})
136+
}
137137
})
138138

139139
// Internal http, udp, and websocket servers exposed as public properties.

0 commit comments

Comments
 (0)