From 19881ded666b2e81835fb2489ba7535fb92a1aa7 Mon Sep 17 00:00:00 2001 From: Troy Kruthoff Date: Fri, 10 Aug 2012 09:09:52 -0700 Subject: [PATCH] Update README.md fixed socket.io, engine.io links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4aa145b..9b337d1 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ API This joins a WebSocket server and HTTP server, returning a new browserver instance. The `options` argument accepts the following properties: -- `ws`: Required. Must be an instance of a WebSocket server (such as [ws](https://github.com/einaros/ws)) or compatible shim (such as [socket.io](https://github.com/learnboost/engine.io), [engine.io](https://github.com/learnboost/socket.io)) that emits socket instances through `connection` events. +- `ws`: Required. Must be an instance of a WebSocket server (such as [ws](https://github.com/einaros/ws)) or compatible shim (such as [socket.io](https://github.com/learnboost/socket.io), [engine.io](https://github.com/learnboost/engine.io)) that emits socket instances through `connection` events. - `http`: Optional. If specified, must be an instance of `http.Server`. If omitted, an instance will be instantiated and bound to port `3572` (the Unicode codepoint for the brow `เทด`).