summaryrefslogtreecommitdiff
path: root/utils/count-deps/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'utils/count-deps/README.md')
-rw-r--r--utils/count-deps/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/count-deps/README.md b/utils/count-deps/README.md
index 0d6f14bd9b..f31cb9c86d 100644
--- a/utils/count-deps/README.md
+++ b/utils/count-deps/README.md
@@ -22,8 +22,8 @@ install graphviz on your system.
- `make`:
- 1. ``inplace/bin/count-deps `inplace/bin/ghc-stage2 --print-libdir` "GHC.Parser"``
- 2. ``inplace/bin/count-deps `inplace/bin/ghc-stage2 --print-libdir` "GHC.Parser" --dot``
+ 1. ``inplace/bin/count-deps `inplace/bin/ghc-stage1 --print-libdir` "GHC.Parser"``
+ 2. ``inplace/bin/count-deps `inplace/bin/ghc-stage1 --print-libdir` "GHC.Parser" --dot``
- `hadrian`: