summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2016-10-25 15:46:18 +0100
committerGitHub <noreply@github.com>2016-10-25 15:46:18 +0100
commit222d9e69083c7f068714901bd163ca18b8450de3 (patch)
tree11a9c7d6f2663c427e3fdd4090b757d1a8fbdd06 /README.md
parent9a019e2342900e10a98538ccc9b18e28b3143a2b (diff)
downloadale-222d9e69083c7f068714901bd163ca18b8450de3.zip
Fix the autocmd suggestion some more
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f881cf18..b54cce19 100644
--- a/README.md
+++ b/README.md
@@ -287,6 +287,6 @@ autocmd event can be used to call arbitrary functions after ALE stops linting.
```vim
augroup YourGroup
autocmd!
- autocmd ALELint call YourFunction()
+ autocmd User ALELint call YourFunction()
augroup END
```