aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorBeni Cherniavsky-Paskin2015-07-21 12:33:17 +0300
committerBeni Cherniavsky-Paskin2015-07-21 12:33:17 +0300
commitb098b56c50aacccc877f0cf5f48571a922411841 (patch)
treefb89ea375d52dd30141403aca7d4a873900a154e /README.md
parentb390e66c270d4fc26755fc4097e02808ea567721 (diff)
README example: load MathJax over https
tiny followup to #1103
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c6dbec5..573b195 100644
--- a/README.md
+++ b/README.md
@@ -976,7 +976,7 @@ Reveal.initialize({
// other options ...
math: {
- mathjax: 'http://cdn.mathjax.org/mathjax/latest/MathJax.js',
+ mathjax: 'https://cdn.mathjax.org/mathjax/latest/MathJax.js',
config: 'TeX-AMS_HTML-full' // See http://docs.mathjax.org/en/latest/config-files.html
},