From: Jono Warren Date: Mon, 3 Sep 2012 08:54:43 +0000 (+0100) Subject: Update Socket.IO URL in readme. X-Git-Tag: 2.0.0~13^2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=abede2c2f0f6524a0ca28453e584af5660981e55;p=reveal.js.git Update Socket.IO URL in readme. --- 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'; } }, ] }); ```