We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05a3cc4 commit 3e72d83Copy full SHA for 3e72d83
1 file changed
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