summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHakim El Hattab2019-06-10 07:19:57 +0200
committerGitHub2019-06-10 07:19:57 +0200
commitff2a927de8fd9ec2ef93e96ecfb36db4d60b7cd5 (patch)
treeddf8503c0f35f388c523afcdcda448550463137e
parentbba760e5491f9a8adf3ca239c7eda3423f9b602a (diff)
parentf5759c3d522d30c3047b233f113145f33ff7a7f3 (diff)
Merge pull request #2433 from autopp/fix-typo-in-readme
add missing comma to MathJax example in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 05aec24..034ba7c 100644
--- a/README.md
+++ b/README.md
@@ -1455,7 +1455,7 @@ Reveal.initialize({
math: {
mathjax: 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js',
- config: 'TeX-AMS_HTML-full' // See http://docs.mathjax.org/en/latest/config-files.html
+ config: 'TeX-AMS_HTML-full', // See http://docs.mathjax.org/en/latest/config-files.html
// pass other options into `MathJax.Hub.Config()`
TeX: { Macros: macros }
},