Skip to content

Commit 8269b33

Browse files
committed
Update README to use jsdelivr
1 parent e66d7d5 commit 8269b33

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,21 @@ files directly.
4646

4747
### Using MathJax in web browsers
4848

49-
To use MathJax in web pages, see the [MathJax
49+
If you are loading MathJax from a CDN into a web page, there is no
50+
need to install anything. Simply use a `script` tag that loads
51+
MathJax from the CDN. E.g.,
52+
53+
<script id="MathJax-script" async
54+
src="https://cdn.jsdelivr.net/npm/mathjax@3/tex-mml-chtml.js">
55+
</script>
56+
57+
See the [MathJax
5058
documentation](https://docs.mathjax.org/en/latest/index.html#browser-components),
5159
the [MathJax Web Demos](https://github.com/mathjax/MathJax-demos-web),
5260
and the [MathJax Component
53-
Repository](https://github.com/mathjax/MathJax).
61+
Repository](https://github.com/mathjax/MathJax-demos-web) for more information.
62+
63+
5464

5565

5666
### Using MathJax Components in node applications
@@ -77,7 +87,8 @@ where the first `{ ... }` is a MathJax configuration, and the second
7787

7888
See the
7989
[documentation](https//docs.mathjax.org/en/latest/index.html#server-nodejs)
80-
for more details.
90+
and the [MathJax Node
91+
Repository](https://github.com/mathjax/MathJax-demos-node)for more details.
8192

8293
### Using MathJax modules directly in node applications
8394

0 commit comments

Comments
 (0)