diff --git a/README.md b/README.md index f881cf1..b54cce1 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 ```