Skip to content

Commit

Permalink
doc: Add comment about updating the tagged version
Browse files Browse the repository at this point in the history
  • Loading branch information
j-hui committed May 18, 2024
1 parent c4762f2 commit 275525b
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 @@ -132,7 +132,7 @@ For instance, using [Lazy](https://github.com/folke/lazy.nvim):
```lua
{
"j-hui/fidget.nvim",
tag = "v1.0.0",
tag = "v1.0.0", -- Make sure to update this to something recent!
opts = {
-- options
},
Expand Down

0 comments on commit 275525b

Please sign in to comment.