Skip to content

Commit

Permalink
Fix swapped "cabal" and "stack" commands in README
Browse files Browse the repository at this point in the history
  • Loading branch information
andybalaam authored Oct 14, 2016
1 parent 03dc9eb commit de5d6ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ hfmt is a tool for formatting Haskell programs. Currently it is simply a gofmt s

with [stack](https://www.haskellstack.org/)

$ cabal install hfmt
$ stack install hfmt

with [cabal](https://www.haskell.org/haskellwiki/Cabal/How_to_install_a_Cabal_package)

$ stack install hfmt
$ cabal install hfmt

## Usage

Expand Down Expand Up @@ -55,4 +55,4 @@ Overwrite files with formatting suggestions:
- If no paths are given, the current directory will
be searched for .cabal files to process, if none
are found the current directory will be
recursively searched for source files to process.
recursively searched for source files to process.

0 comments on commit de5d6ee

Please sign in to comment.