diff options
author | Hakim El Hattab | 2013-03-08 19:23:14 -0500 |
---|---|---|
committer | Hakim El Hattab | 2013-03-08 19:23:14 -0500 |
commit | 46f98ff483a43b3494f3a017e2c5e34e23b2442e (patch) | |
tree | 14ccd08967d3a5ce6b6ea3c4427857a04eef8f06 /README.md | |
parent | 999ac5225678697c1a032f8028980d3788e88d84 (diff) |
cut back on spacing
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -382,14 +382,12 @@ In some cases it can be desirable to run notes on a separate device from the one ```javascript Reveal.initialize({ - ... dependencies: [ { src: 'socket.io/socket.io.js', async: true }, { src: 'plugin/notes-server/client.js', async: true } ] - }); ``` @@ -408,7 +406,6 @@ Configuration is via the multiplex object in ```Reveal.initialize```. To generat ``` Reveal.initialize({ - ... // Generate a unique id and secret at revealjs.jit.su/token @@ -423,7 +420,6 @@ Reveal.initialize({ { src: 'plugin/multiplex/client.js', async: true, condition: function() { return !!document.body.classList; } }, { src: 'plugin/multiplex/master.js', async: true, condition: function() { return !!document.body.classList; } }, ] - }); ``` |