Merge pull request #174 from rjurado01/master

Update README.md
This commit is contained in:
Chiel ten Brinke 2017-02-19 15:17:43 +01:00 committed by GitHub
commit 42adced250

View File

@ -213,7 +213,7 @@ Here is a list of formatprograms that are supported by default, and thus will be
It can be installed using [`cabal`](https://www.haskell.org/cabal/) build tool. Installation instructions are available at https://github.com/jaspervdj/stylish-haskell#installation
* `remark` for __Markdown__.
A Javascript based markdown processor that can be installed with `npm install -g remark`. More info is available at https://github.com/wooorm/remark.
A Javascript based markdown processor that can be installed with `npm install -g remark-cli`. More info is available at https://github.com/wooorm/remark.
* `fprettify` for modern __Fortran__.
Download from [official repository](https://github.com/pseewald/fprettify). Install with `./setup.py install` or `./setup.py install --user`.