Skip to content

Commit 59b5243

Browse files
committed
README.md: Use version-independent MathJax v2 link
1 parent e405d64 commit 59b5243

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,10 @@ Usage
3636
To use this extension, you need to include [MathJax] library in HTML files, like:
3737

3838
```html
39-
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js">
39+
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/mathjax@2/MathJax.js">
4040
</script>
4141
```
4242

43-
(replace `2.7.4` with the latest version if it is available).
44-
4543
[MathJax]: https://www.mathjax.org/
4644

4745
Also, you need to specify a configuration for MathJax. Please note that

0 commit comments

Comments
 (0)