Skip to content

Commit d6b22e7

Browse files
committed
Correct typo in README, add some hyperlinks.
Thanks for @physikerwelt for finding the typo.
1 parent 789daf0 commit d6b22e7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A TeX/LaTeX validator.
77

88
`texvcjs` takes user input and validates it while replacing
99
MediaWiki-specific functions. It is a JavaScript port of [texvc],
10-
which was originally written in ocaml for the [Math extension].
10+
which was originally written in [OCaml] for the [Math extension].
1111

1212
The `texvcjs` library was originally written to be used by the
1313
[mw-ocg-latexer] PDF-generation backend of the mediawiki
@@ -17,7 +17,7 @@ The `texvcjs` library was originally written to be used by the
1717

1818
Node version 0.8 and 0.10 are tested to work.
1919

20-
Install the node package depdendencies with:
20+
Install the node package dependencies with:
2121
```
2222
npm install
2323
```
@@ -65,7 +65,7 @@ is a string.
6565

6666
The fields `ams_required`, `cancel_required`, `color_required`,
6767
`euro_required`, and `teubner_required` are set to `true` iff the input
68-
string requires the use of the corresponding LaTeX packages.
68+
string requires the use of the corresponding [LaTeX packages].
6969
The `ams_required` field requires the use of the `amsmath` and `amssymb`
7070
packages.
7171

@@ -87,6 +87,8 @@ Licensed under GPLv2.
8787
[texvc]: https://git.wikimedia.org/blob/mediawiki%2Fextensions%2FMath/REL1_23/texvccheck%2FREADME
8888
[Math extension]: https://www.mediawiki.org/wiki/Extension:Math
8989
[Collection extension]: https://www.mediawiki.org/wiki/Extension:Collection
90+
[OCaml]: https://ocaml.org/
91+
[LaTeX packages]: http://www.ctan.org/
9092

9193
[NPM1]: https://nodei.co/npm/texvcjs.svg
9294
[NPM2]: https://nodei.co/npm/texvcjs/

0 commit comments

Comments
 (0)