aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2015-09-02 12:00:17 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2015-09-02 12:00:17 +0100
commit0c971b06e4f14a6093c8dcb5feb6b704f3906b99 (patch)
treefb89ea375d52dd30141403aca7d4a873900a154e
parentb390e66c270d4fc26755fc4097e02808ea567721 (diff)
parentb098b56c50aacccc877f0cf5f48571a922411841 (diff)
downloadperl-software-in-gnu-guix-0c971b06e4f14a6093c8dcb5feb6b704f3906b99.tar
perl-software-in-gnu-guix-0c971b06e4f14a6093c8dcb5feb6b704f3906b99.tar.gz
Merge pull request #1309 from cben/patch-1
README example: load MathJax over https
-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
},