summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakenobu Tani <takenobu.hs@gmail.com>2017-01-30 11:59:58 -0500
committerBen Gamari <ben@smart-cactus.org>2017-01-30 14:02:35 -0500
commite9a239ce3569239768204c93a2eb90bfb0f3383d (patch)
treebd6822daf86a6ffb395341e3b2f01ddc3d7a3b9a
parent9af1fb28dd60a6952117c23281ccee9cedaaba85 (diff)
downloadhaskell-e9a239ce3569239768204c93a2eb90bfb0f3383d.tar.gz
Fix minor typo in README.md
Reviewers: austin, bgamari Reviewed By: bgamari Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D3040
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2cecbdceec..a1b2354fc4 100644
--- a/README.md
+++ b/README.md
@@ -77,7 +77,7 @@ this step has already been performed.
These steps give you the default build, which includes everything
optimised and built in various ways (eg. profiling libs are built).
-It can take a long time. To customise the build, see the file `HACKING`.
+It can take a long time. To customise the build, see the file `HACKING.md`.
Filing bugs and feature requests
================================