Fix mistake in REPL instructions for stack. (#4849)

This commit is contained in:
Brian Leung 2018-08-21 20:37:15 -07:00 committed by John MacFarlane
parent a733068ebf
commit 5823031796

View file

@ -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):