diff --git a/README.md b/README.md index 5952ed8..0e3211b 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Install the plugin with your favourite package manager: { "okuuva/auto-save.nvim", cmd = "ASToggle", -- optional for lazy loading on command - event = { "InsertLeave", "TextChanged" } -- optional for lazy loading on trigger events + event = { "InsertLeave", "TextChanged" }, -- optional for lazy loading on trigger events opts = { -- your config goes here -- or just leave it empty :)