Skip to content

Commit

Permalink
Merge pull request socketio#833 from bfontaine/patch-1
Browse files Browse the repository at this point in the history
Missing backquote in README
  • Loading branch information
nkzawa committed Nov 19, 2015
2 parents 5b4dc50 + 00b611c commit 08a04b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 08a04b5

Please sign in to comment.