Skip to content

Commit

Permalink
docs(README): update installation instructions to account for SemVer
Browse files Browse the repository at this point in the history
  • Loading branch information
ramojus committed Feb 3, 2024
1 parent a9467cd commit e4a8d54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
})
Expand Down

0 comments on commit e4a8d54

Please sign in to comment.