aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2019-01-22 15:05:07 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2019-01-22 15:05:13 +0100
commitbaac3413ed2ede52359edcf03d14279bfa5d8ec7 (patch)
tree70b03e2ea3b414825054b39cdd89ea51d8dcfec2 /README.md
parentddd9f818f32c3bc485b7fc52cc6438ec53adf3b9 (diff)
downloadperl-software-in-gnu-guix-baac3413ed2ede52359edcf03d14279bfa5d8ec7.tar
perl-software-in-gnu-guix-baac3413ed2ede52359edcf03d14279bfa5d8ec7.tar.gz
upgrade to socket.io 2.2.0 #2257
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 8028e82..d137630 100644
--- a/README.md
+++ b/README.md
@@ -1205,7 +1205,7 @@ Reveal.initialize({
// Don't forget to add the dependencies
dependencies: [
- { src: '//cdn.socket.io/socket.io-1.3.5.js', async: true },
+ { src: '//cdnjs.cloudflare.com/ajax/libs/socket.io/2.2.0/socket.io.js', async: true },
{ src: 'plugin/multiplex/master.js', async: true },
// and if you want speaker notes
@@ -1235,7 +1235,7 @@ Reveal.initialize({
// Don't forget to add the dependencies
dependencies: [
- { src: '//cdn.socket.io/socket.io-1.3.5.js', async: true },
+ { src: '//cdnjs.cloudflare.com/ajax/libs/socket.io/2.2.0/socket.io.js', async: true },
{ src: 'plugin/multiplex/client.js', async: true }
// other dependencies...
@@ -1277,7 +1277,7 @@ Reveal.initialize({
// Don't forget to add the dependencies
dependencies: [
- { src: '//cdn.socket.io/socket.io-1.3.5.js', async: true },
+ { src: '//cdnjs.cloudflare.com/ajax/libs/socket.io/2.2.0/socket.io.js', async: true },
{ src: 'plugin/multiplex/client.js', async: true }
// other dependencies...
@@ -1301,7 +1301,7 @@ Reveal.initialize({
// Don't forget to add the dependencies
dependencies: [
- { src: '//cdn.socket.io/socket.io-1.3.5.js', async: true },
+ { src: '//cdnjs.cloudflare.com/ajax/libs/socket.io/2.2.0/socket.io.js', async: true },
{ src: 'plugin/multiplex/master.js', async: true },
{ src: 'plugin/multiplex/client.js', async: true }