Skip to content

Commit

Permalink
Rename README.markdown -> Readme.md and minor fix
Browse files Browse the repository at this point in the history
* Fix command for running tests.
* Indent command line example.
  • Loading branch information
erikd committed Aug 10, 2015
1 parent aaa488f commit 15c1308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown → Readme.md
Expand Up @@ -21,11 +21,11 @@ cabal clean && cabal configure && cabal build

Tests:

cabal clean && cabal configure -fbuildtests && cabal build
cabal clean && cabal configure --enable-tests && cabal build

Running the tests

./dist/build/runtests/runtests
dist/build/test-hjsmin/test-hjsmin

Changes
-------
Expand Down

0 comments on commit 15c1308

Please sign in to comment.