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`.