Skip to content

Commit d8db7a3

Browse files
committed
Add missing es5 directory to script src
1 parent 8269b33 commit d8db7a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ need to install anything. Simply use a `script` tag that loads
5151
MathJax from the CDN. E.g.,
5252

5353
<script id="MathJax-script" async
54-
src="https://cdn.jsdelivr.net/npm/mathjax@3/tex-mml-chtml.js">
54+
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
5555
</script>
5656

5757
See the [MathJax

0 commit comments

Comments
 (0)