Skip to content

Commit 45e76a3

Browse files
committed
Use CamlCase in README
1 parent 7f2cd8d commit 45e76a3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ Metis Theorem Prover (Development Version)
55

66
Cloning this repo will install a [development version][MetisDevelopment], which includes active debugging code and regression scripts. The latest official release of Metis without any extra development cruft [lives here][MetisRelease].
77

8-
This software is released under the [MIT License][].
8+
This software is released under the [MIT License][MITLicense].
99

1010
Install
1111
-------
1212

13-
Installing Metis requires the [MLton][], [Poly/ML][] or [Moscow ML][] compiler, as well as standard system tools including GNU Make and Perl.
13+
Installing Metis requires the [MLton][], [Poly/ML][PolyML] or [Moscow ML][MoscowML] compiler, as well as standard system tools including GNU Make and Perl.
1414

1515
Clone this repo and initialize the development version:
1616

1717
git clone https://github.com/gilith/metis.git
1818
cd metis
1919
make init
2020

21-
By default the initialization step requires the [MLton compiler][Mlton], but you can change it to [Poly/ML][] or [Moscow ML][] by editing the top of `Makefile.dev`.
21+
By default the initialization step requires the [MLton compiler][Mlton], but you can change it to [Poly/ML][PolyML] or [Moscow ML][MoscowML] by editing the top of `Makefile.dev`.
2222

2323
Build
2424
-----
@@ -35,7 +35,7 @@ The Metis executable can then be found at
3535

3636
### Using the Poly/ML compiler
3737

38-
Use the [Poly/ML compiler][Poly/ML] to build from source and run the test suite by executing
38+
Use the [Poly/ML compiler][PolyML] to build from source and run the test suite by executing
3939

4040
make polyml
4141

@@ -45,7 +45,7 @@ The Metis executable can then be found at
4545

4646
### Using the Moscow ML compiler
4747

48-
Use the [Moscow ML compiler][Moscow ML] to build from source and run the test suite by executing
48+
Use the [Moscow ML compiler][MoscowML] to build from source and run the test suite by executing
4949

5050
make mosml
5151

@@ -80,7 +80,7 @@ To report a bug or request an enhancement, please file an issue at [GitHub][Meti
8080
[MetisIssues]: https://github.com/gilith/metis/issues "Metis Issues"
8181
[MetisRelease]: http://www.gilith.com/software/metis/ "Metis Release"
8282
[MLton]: http://www.mlton.org/ "MLton compiler"
83-
[Poly/ML]: http://www.polyml.org/ "Poly/ML compiler"
84-
[Moscow ML]: http://www.dina.dk/~sestoft/mosml.html "Moscow ML compiler"
85-
[MIT License]: https://github.com/gilith/metis/blob/master/LICENSE "MIT License"
83+
[PolyML]: http://www.polyml.org/ "Poly/ML compiler"
84+
[MoscowML]: http://www.dina.dk/~sestoft/mosml.html "Moscow ML compiler"
85+
[MITLicense]: https://github.com/gilith/metis/blob/master/LICENSE "MIT License"
8686
[TPTP]: http://www.tptp.org "TPTP"

0 commit comments

Comments
 (0)