aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2019-12-26 22:29:03 +0100
committerDaniel Gröber <dxld@darkboxed.org>2019-12-26 22:29:03 +0100
commitaec69f07bd9cb3edc77309ccfae2cb61038e66e8 (patch)
tree344c17930cee85f535697a7cea073e22cfd94044
parent849abc5fb3ad0b8c4bdecda1cfd8ba6d8ba96899 (diff)
Fix README typos
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 79bbbc3..3723e17 100644
--- a/README.md
+++ b/README.md
@@ -65,9 +65,9 @@ Finally Haskell package dependency resolution is also run.
`Cabal` then writes all the gathered information on the concrete
configuration of the package into a file called `setup-config`. Subsequent
-steps, such as`./Setup.hs build`, will then read this state file instead of
-`<package-name>.cabal` to avoid having to probing the system or run
-dependency resolution again.
+steps, such as`runhaskell Setup.hs build`, will then read this state file
+instead of `<package-name>.cabal` to avoid having to probe the system or
+run dependency resolution again.
It is this file that `cabal-helper` is primarily concerned with reading and
presenting in a usable manner. Reading this file essentially means that all