diff --git a/README.md b/README.md index 1c69fb29..6ed4b1d2 100644 --- a/README.md +++ b/README.md @@ -669,8 +669,8 @@ absolute path to a file, you can use `g:ale_pattern_options`. ```vim " Do not lint or fix minified files. let g:ale_pattern_options = { -\ '\.min\.js$': {'ale_linters': [], 'ale_fixers: []}, -\ '\.min\.css$': {'ale_linters': [], 'ale_fixers: []}, +\ '\.min\.js$': {'ale_linters': [], 'ale_fixers': []}, +\ '\.min\.css$': {'ale_linters': [], 'ale_fixers': []}, \} " If you configure g:ale_pattern_options outside of vimrc, you need this. let g:ale_pattern_options_enabled = 1