From e1a7bb22b41fd52f3019af8455107b4f1a1e325a Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Mon, 31 Dec 2012 10:23:46 -0800 Subject: [PATCH] Fix typo in FAQ page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See: https://twitter.com/gottox/status/285811743421239297 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 37e38f8523..4e65243d48 100644 --- a/index.html +++ b/index.html @@ -447,7 +447,7 @@

Does Socket.IO support cross-domain connections?

Absolutely, on every browser!

Why Flash?

-

Flash is absolutely not requiredfor Socket.IO to function. If Flash is available, it'll be leveraged, as it provides almost the same capabilities as WebSocket. If it's not, the best next transport will be chosen.

+

Flash is absolutely not required for Socket.IO to function. If Flash is available, it'll be leveraged, as it provides almost the same capabilities as WebSocket. If it's not, the best next transport will be chosen.

I want to host the Socket.IO client myself

If you're not relying on Node.JS serving Socket.IO clientside JavaScript files, make sure you set the `WEB_SOCKET_SWF_LOCATION` right after including socket.io.js with the location of the WebSocketMain.swf