diff options
author | Clément DOUIN <clement.douin@gmail.com> | 2017-09-10 13:58:42 +0200 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2017-09-10 12:58:42 +0100 |
commit | 18a7d32c4cc77d0eaa9ff860f86a307d0baafa09 (patch) | |
tree | 2c32d2884282305ed41931e6b53d7f0ab56ea0df /README.md | |
parent | c11d2ae375399ea935e3c2e36e812e8a727ffd99 (diff) | |
download | ale-18a7d32c4cc77d0eaa9ff860f86a307d0baafa09.zip |
Elm local install support (#915)
* Add Elm support for npm local installation
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ formatting. | Dart | [dartanalyzer](https://github.com/dart-lang/sdk/tree/master/pkg/analyzer_cli) | | Dockerfile | [hadolint](https://github.com/lukasmartinelli/hadolint) | | Elixir | [credo](https://github.com/rrrene/credo), [dogma](https://github.com/lpil/dogma) !! | -| Elm | [elm-make](https://github.com/elm-lang/elm-make), [elm-format](https://github.com/avh4/elm-format) | +| Elm | [elm-format](https://github.com/avh4/elm-format), [elm-make](https://github.com/elm-lang/elm-make) | | Erb | [erb](https://github.com/jeremyevans/erubi), [erubis](https://github.com/kwatch/erubis) | | Erlang | [erlc](http://erlang.org/doc/man/erlc.html), [SyntaxErl](https://github.com/ten0s/syntaxerl) | | Fortran | [gcc](https://gcc.gnu.org/) | |