aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorautopp <autopp.inc@gmail.com>2019-06-07 09:45:20 +0900
committerautopp <autopp.inc@gmail.com>2019-06-07 09:45:20 +0900
commitf5759c3d522d30c3047b233f113145f33ff7a7f3 (patch)
tree01146cb0b4dc19b19dab0e6ddd83688fd52874af /README.md
parent25e521a16cd1a35230fcd68cc74db423f2737ebb (diff)
downloadfosdem-2021-minimalism-presentation-f5759c3d522d30c3047b233f113145f33ff7a7f3.tar
fosdem-2021-minimalism-presentation-f5759c3d522d30c3047b233f113145f33ff7a7f3.tar.gz
add missing comma to MathJax example in README
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 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 }
},