Skip to content

Commit fb0d28b

Browse files
authored
Merge pull request #2208 from stakx/readme-typos
Fix some README typos & spelling
2 parents a043a3f + 39b109a commit fb0d28b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Beautiful math in all browsers
44

55
MathJax is an open-source JavaScript display engine for LaTeX, MathML,
6-
andAsciiMath notation that works in all modern browsers. It was
6+
and AsciiMath notation that works in all modern browsers. It was
77
designed with the goal of consolidating the recent advances in web
88
technologies into a single, definitive, math-on-the-web platform
99
supporting the major browsers and operating systems. It requires no
@@ -61,7 +61,7 @@ the web. In version 2, the files used on the web were also the source
6161
files for MathJax, but in version 3, the source files are no longer on
6262
the CDN, as they are not what are run in the browser.
6363

64-
The components are stored in the `es5` director, and are in ES5 format
64+
The components are stored in the `es5` directory, and are in ES5 format
6565
for the widest possible compatibility. In the future, we may make an
6666
`es6` directory containing ES6 versions of the components.
6767

@@ -90,7 +90,7 @@ directory to an appropriate location on your server:
9090
npm install mathjax
9191
mv node_modules/mathjax/es5 <path-to-server-location>/mathjax
9292

93-
Alternatively, you can get the files via github:
93+
Alternatively, you can get the files via GitHub:
9494

9595
git clone https://github.com/mathjax/MathJax.git mj-tmp
9696
mv mj-tmp/es5 <path-to-server-location>/mathjax
@@ -147,7 +147,7 @@ everything other than `tex-chtml.js`, and the `input/tex/extensions`, `output/ch
147147

148148
If you are not using A11Y support (e.g., speech generation, or semantic enrichment), then you can remove `a11y` and `sre` as well (though in this case you may need to disable the assistive tools in the MathJax contextual menu in order to avoid MathJax trying to load them when they aren't there).
149149

150-
If you are using SVG rather that CommonHTML output (e.g., `tex-svg.js` rather than `tex-chtml.js`), you can remove the `output/chtml/fonts/woff-v2` directopry. If you are using MathML input rather than TeX (e.g., `mml-chtml.js` rather than `tex-chtml.js`), then you can remove `input/tex/extensions` as well.
150+
If you are using SVG rather that CommonHTML output (e.g., `tex-svg.js` rather than `tex-chtml.js`), you can remove the `output/chtml/fonts/woff-v2` directory. If you are using MathML input rather than TeX (e.g., `mml-chtml.js` rather than `tex-chtml.js`), then you can remove `input/tex/extensions` as well.
151151

152152

153153
## The Component Files and Pull Requests

0 commit comments

Comments
 (0)