summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlasdair Armstrong2018-07-24 18:31:03 +0100
committerGitHub2018-07-24 18:31:03 +0100
commit4a2d0a9f0bcd6b3d0cfc6f35ddc0b6757fb5d5e2 (patch)
tree2550f37a5703400eb82dc7a1b399c8529a8d8038
parent7cb3aa7b82423f1744d1006fc7c076aa2fcaf15a (diff)
parentd9d6069fc60f823a65951af38e3e88e75422bc82 (diff)
Merge pull request #16 from geo2a/sail2
Fix a tiny typo in INSTALL.md
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index f459c238..7a8a387b 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -32,7 +32,7 @@ We now need ocamlbuild, zarith, and menhir from OPAM.
```
opam install ocamlbuild
opam install zarith
-opem install menhir
+opam install menhir
```
Ott