diff options
author | Jono Warren | 2012-09-03 09:54:43 +0100 |
---|---|---|
committer | Jono Warren | 2012-09-03 09:54:43 +0100 |
commit | abede2c2f0f6524a0ca28453e584af5660981e55 (patch) | |
tree | 1aeb4dbc84faa6e19064769be413a20f76fdfdbc /README.md | |
parent | 8e48bd21b016b0b51d4279479b114ad044273737 (diff) |
Update Socket.IO URL in readme.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'; } }, ] }); ``` |