README example: load MathJax over https

tiny followup to #1103
This commit is contained in:
Beni Cherniavsky-Paskin 2015-07-21 12:33:17 +03:00
parent b390e66c27
commit b098b56c50
1 changed files with 1 additions and 1 deletions

View File

@ -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
},