Update Socket.IO URL in readme.

This commit is contained in:
Jono Warren 2012-09-03 09:54:43 +01:00
parent 8e48bd21b0
commit abede2c2f0
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ Reveal.initialize({
{ src: 'lib/js/showdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
// Speaker notes support
{ src: 'plugin/speakernotes/client.js', async: true, condition: function() { return window.location.host === 'localhost:1947'; } },
{ src: 'socket.io/socket.io.js', async: true, condition: function() { return window.location.host === 'localhost:1947'; } },
{ src: '/socket.io/socket.io.js', async: true, condition: function() { return window.location.host === 'localhost:1947'; } },
]
});
```