We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dd53ce commit 0ee98e9Copy full SHA for 0ee98e9
README.md
@@ -101,7 +101,7 @@ require('mathjax').init({
101
}).catch((err) => console.log(err.message));
102
```
103
104
-**Note:** this technique is for node-based application only, not for
+**Note:** this technique is for node-based applications only, not for
105
browser applications. This method sets up an alternative DOM
106
implementation, which you don't need in the browser, and tells MathJax
107
to use node's `require()` command to load external modules. This
0 commit comments