aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorJono Warren2012-09-03 09:54:43 +0100
committerJono Warren2012-09-03 09:54:43 +0100
commitabede2c2f0f6524a0ca28453e584af5660981e55 (patch)
tree1aeb4dbc84faa6e19064769be413a20f76fdfdbc /README.md
parent8e48bd21b016b0b51d4279479b114ad044273737 (diff)
Update Socket.IO URL in readme.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e3f0e66..6ecc019 100644
--- a/README.md
+++ b/README.md
@@ -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'; } },
]
});
```