Skip to content

Commit

Permalink
feat!: Use nicer versioning syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
primeapple committed May 16, 2024
1 parent 26cdf23 commit 13c4ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Install the plugin with your favourite package manager:
```lua
{
"okuuva/auto-save.nvim",
version = '*', -- see https://devhints.io/semver, alternatively use '1' to avoid breaking changes
version = '*', -- see https://devhints.io/semver, alternatively use '>=1.0.0' to avoid breaking changes
cmd = "ASToggle", -- optional for lazy loading on command
event = { "InsertLeave", "TextChanged" }, -- optional for lazy loading on trigger events
opts = {
Expand Down

0 comments on commit 13c4ad5

Please sign in to comment.