diff --git a/README.md b/README.md index 81ea210..778b1d6 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ auto_dark_mode.setup({ ```lua return { "f-person/auto-dark-mode.nvim", - config = { + opts = { update_interval = 1000, set_dark_mode = function() vim.api.nvim_set_option("background", "dark")