From 772c0f70565f3b597cc52c318f1f46da4502b967 Mon Sep 17 00:00:00 2001 From: Stephen Barrett Date: Tue, 4 Nov 2014 15:38:43 +0000 Subject: [PATCH] slight type in multiplex instructions --- Readme.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.org b/Readme.org index e5fc194..6c2867e 100755 --- a/Readme.org +++ b/Readme.org @@ -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)