summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Norton2019-12-04 16:01:04 +0000
committerGitHub2019-12-04 16:01:04 +0000
commit4d3c99561eed6016d5f85502ab188be6a80a27c2 (patch)
treeda0250868a1ee768b29b563735e926962451ba9f
parent2272a21a7acb1cf8104e069a4ec68d4fe881c046 (diff)
Another word.
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 703563b7..e96c80b6 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -41,7 +41,7 @@ If all goes well then you'll have sail in your path:
which sail
sail --help
```
-Some source files that sail uses are found in at ``opam config var sail:share`` (e.g. for ``$include <foo.sail>``) but sail should find those when it needs them.
+Some source files that sail uses are found at ``opam config var sail:share`` (e.g. for ``$include <foo.sail>``) but sail should find those when it needs them.
### Installing development versions of Sail
Released Sail packages lag behind the latest development in the repository. If you find you need a recently added feature or bug fix you can use opam pin to install the latest version of Sail from the repository. Assuming you have previously followed the above instructions (required to install dependencies):