diff --git a/README.md b/README.md index 094d3ca..6998184 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,9 @@ Example with [packer.nvim](https://github.com/wbthomason/packer.nvim): ```lua use({ 'ramojus/mellifluous.nvim', + -- version = "v1.*", -- uncomment for stable config (some features might be missed if/when v2 comes out) config = function() - require'mellifluous'.setup({ --[[...]] }) -- optional, see configuration section. + require'mellifluous'.setup({}) -- optional, see configuration section. vim.cmd('colorscheme mellifluous') end, })