From 8a6f5fb785189d20a0a05f5d2bdd9fc275cc3672 Mon Sep 17 00:00:00 2001 From: Jacco Flenter Date: Thu, 29 Mar 2018 08:43:08 +0200 Subject: [PATCH] fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7b5d0656..480c4ce8f 100644 --- a/README.md +++ b/README.md @@ -228,7 +228,7 @@ to a single process. - `maxHttpBufferSize` (`Number`): how many bytes or characters a message can be, before closing the session (to avoid DoS). Default value is `10E7`. - - `origins` (`String`): : the allowed origins (`*`) + - `origins` (`String`): the allowed origins (`*`) - `allowRequest` (`Function`): A function that receives a given handshake or upgrade request as its first parameter, and can decide whether to continue or not. The second argument is a function that needs to be