From 15c7043896e83a8ae2f8713a1608bf847ce3ed7c Mon Sep 17 00:00:00 2001 From: Yujie Wen Date: Fri, 9 Oct 2015 11:40:43 +0800 Subject: [PATCH] Update Reveal.js CDN to 3.0.0 --- Readme.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.org b/Readme.org index e6d7dd3..3c8c920 100755 --- a/Readme.org +++ b/Readme.org @@ -105,15 +105,15 @@ $ git clone https://github.com/yjwen/org-reveal.git on this standard please refer to [[http://en.wikipedia.org/wiki/File_URI_scheme]] -#+BEGIN_SRC org -,#+REVEAL_ROOT: file:///d:/reveal.js -#+END_SRC + #+BEGIN_SRC org + ,#+REVEAL_ROOT: file:///d:/reveal.js + #+END_SRC Set your =REVEAL_ROOT= to the following URL to download reveal.js from a CDN instead of downloading a local copy. #+BEGIN_SRC org - ,#+REVEAL_ROOT: http://cdn.jsdelivr.net/reveal.js/2.5.0/ + ,#+REVEAL_ROOT: http://cdn.jsdelivr.net/reveal.js/3.0.0/ #+END_SRC