diff --git a/README.md b/README.md index 796d2ef4..21440401 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ This alows you to configure different settings by creating autocommands targetin ```lua vim.api.nvim_create_autocmd({'BufEnter'}, { pattern = "github.com_*.txt", - cmd = "set filetype=markdown" + command = "set filetype=markdown" }) ```