diff --git a/README.md b/README.md index a04c86c..d851c47 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,5 @@ vim syntax for helm templates (yaml + gotmpl + sprig + custom) Enable syntax using a definition like this: ```vim -autocmd BufRead,BufNewFile */templates/*.yaml,*/templates/*.tpl set ft=helm` +autocmd BufRead,BufNewFile */templates/*.yaml,*/templates/*.tpl set ft=helm ```