From db835fa0a10140d9d169ae686da12bca531ff42f Mon Sep 17 00:00:00 2001 From: w0rp Date: Wed, 8 Feb 2017 22:25:08 +0000 Subject: [PATCH] Make some corrections in the README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8a86f462..8996c981 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ name. That seems to be the fairest way to arrange this table. | CoffeeScript | [coffee](http://coffeescript.org/), [coffeelint](https://www.npmjs.com/package/coffeelint) | | CSS | [csslint](http://csslint.net/), [stylelint](https://github.com/stylelint/stylelint) | | Cython (pyrex filetype) | [cython](http://cython.org/) | -| D | [dmd](https://dlang.org/dmd-linux.html)^ | +| D | [dmd](https://dlang.org/dmd-linux.html) | | Dockerfile | [hadolint](https://github.com/lukasmartinelli/hadolint) | | Elixir | [credo](https://github.com/rrrene/credo) | | Elm | [elm-make](https://github.com/elm-lang/elm-make) | @@ -93,14 +93,13 @@ name. That seems to be the fairest way to arrange this table. | Vim | [vint](https://github.com/Kuniwak/vint) | | YAML | [yamllint](https://yamllint.readthedocs.io/) | -* *^ Supported only on Unix machines via a wrapper script.* * *^^ No text linters are enabled by default.* If you would like to see support for more languages and tools, please [create an issue](https://github.com/w0rp/ale/issues) or [create a pull request](https://github.com/w0rp/ale/pulls). If your tool can read from stdin or you have code to suggest which is good, -support can be happily added for more tools. +support can be happily added for it.