diff options
author | Beni Cherniavsky-Paskin | 2015-07-21 12:33:17 +0300 |
---|---|---|
committer | Beni Cherniavsky-Paskin | 2015-07-21 12:33:17 +0300 |
commit | b098b56c50aacccc877f0cf5f48571a922411841 (patch) | |
tree | fb89ea375d52dd30141403aca7d4a873900a154e /README.md | |
parent | b390e66c270d4fc26755fc4097e02808ea567721 (diff) |
README example: load MathJax over https
tiny followup to #1103
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 }, |