From 1bc739a8d960390f21f385f9916b639a5c9d2d4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Jurado=20Gonz=C3=A1lez?= Date: Sun, 19 Feb 2017 13:45:46 +0100 Subject: [PATCH] Update README.md Remark needs command-line interface. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c039982..d255469 100644 --- a/README.md +++ b/README.md @@ -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`.