From 275525bf92f5a016a98d123bd8810e267a005bd3 Mon Sep 17 00:00:00 2001 From: j-hui Date: Fri, 17 May 2024 23:44:54 -0400 Subject: [PATCH] doc: Add comment about updating the tagged version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80ae53f..167bf00 100644 --- a/README.md +++ b/README.md @@ -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 },