From 00b611c5f157d4ffac62d9a573ce0cbdab65564e Mon Sep 17 00:00:00 2001 From: Baptiste Fontaine Date: Wed, 8 Apr 2015 16:10:21 +0200 Subject: [PATCH] Missing backquote in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cc597141..8325ebbb0 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Socket.IO is compatible with [browserify](http://browserify.org/). - `reconnectionDelayMax` maximum amount of time to wait between reconnections (`5000`). Each attempt increases the reconnection delay by 2x along with a randomization as above - - `randomizationFactor(`0.5`), 0 <= randomizationFactor <= 1 + - `randomizationFactor` (`0.5`), 0 <= randomizationFactor <= 1 - `timeout` connection timeout before a `connect_error` and `connect_timeout` events are emitted (`20000`) - `autoConnect` by setting this false, you have to call `manager.open`