From a637bff8fea1809acd2231e6693f5a993d816d3c Mon Sep 17 00:00:00 2001
From: Mathew Attlee <hello@codeinabox.com>
Date: Tue, 28 Feb 2017 13:28:47 +0000
Subject: [PATCH] Mention Neomake support

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b220a4a..0fb53ee 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,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)
+- VIM, via [Syntastic](https://github.com/scrooloose/syntastic) or [Neomake](https://github.com/neomake/neomake)
 - SublimeText, via [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter3/)
 
 ### Authors
-- 
GitLab