slight type in multiplex instructions

This commit is contained in:
Stephen Barrett 2014-11-04 15:38:43 +00:00
parent 7406c18503
commit 772c0f7056
1 changed files with 2 additions and 2 deletions

View File

@ -436,8 +436,8 @@ fibs = 0 : 1 : next fibs
You can enable multiplexing for your slide generation by including the
following options:
#+BEGIN_SRC org
#+REVEAL_MULTIPLEX_ID: [Obtained from the socket.io server. Gives the master control of the presentation.]
#+REVEAL_MULTIPLEX_SECRET: [Obtained from socket.io server]
#+REVEAL_MULTIPLEX_ID: [Obtained from the socket.io server. ]
#+REVEAL_MULTIPLEX_SECRET: [Obtained from socket.io server. Gives the master control of the presentation.]
#+REVEAL_MULTIPLEX_URL: http://revealjs.jit.su:80 [Location of socket.io server]
#+REVEAL_MULTIPLEX_SOCKETIO_URL: http://cdnjs.cloudflare.com/ajax/libs/socket.io/0.9.10/socket.io.min.js
#+REVEAL_PLUGINS: ([any other plugins you are using] multiplex)