diff --git a/README.md b/README.md index 78002b4b6634faea19b436abaf06af529814637d..ffe2e3f1627e10800379dff5f625172cc886c2c8 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ sqlint filename.sql Support for `sqlint` is provided for the following editors: - Emacs, via [Flycheck](https://github.com/flycheck/flycheck) -- VIM, via [Syntastic](https://github.com/scrooloose/syntastic) or [Neomake](https://github.com/neomake/neomake) +- VIM, via [Syntastic](https://github.com/scrooloose/syntastic), [Neomake](https://github.com/neomake/neomake) or [ALE](https://github.com/w0rp/ale) - SublimeText, via [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter3/) ### Authors