From 2b9e320370cb5a2e90bff5ef778f8ba8079b98dc Mon Sep 17 00:00:00 2001 From: Adriaan Zonnenberg Date: Fri, 2 Jun 2017 16:08:54 +0200 Subject: [PATCH] Suggest :ALELint instead of ale#Lint() --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 195ce98..b1cf947 100644 --- a/README.md +++ b/README.md @@ -486,4 +486,4 @@ still be an advantage. If you are still concerned, you can turn the automatic linting off altogether, including the option `g:ale_lint_on_enter`, and you can run ALE manually with -`:call ale#Lint()`. +`:ALELint`.