aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorBrian Leung <bkleung89@gmail.com>2018-08-21 20:37:15 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-08-21 20:37:15 -0700
commit5823031796922f14ce9bbc913c8b453a66563ff5 (patch)
tree56bbe5c7634c50986d7c88b48f09fceb55bade20 /CONTRIBUTING.md
parenta733068ebf4b9dea2769c5698a4d46e6e5918bf1 (diff)
downloadpandoc-5823031796922f14ce9bbc913c8b453a66563ff5.tar.gz
Fix mistake in REPL instructions for stack. (#4849)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9f10ca2ec..084ab2b59 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -189,7 +189,7 @@ Using the REPL
With a recent version of cabal, you can do `cabal repl` and get
a ghci REPL for working with pandoc. With [stack], use
-`cabal ghci`.
+`stack ghci`.
We recommend using the following `.ghci` file (which can be
placed in the source directory):