From bcce6bd9e4c17f2c027b6e1becb78149abcaf859 Mon Sep 17 00:00:00 2001 From: aniaan Date: Fri, 17 Jan 2025 11:33:56 +0800 Subject: [PATCH] docs(README): Fix the usage instructions for lazy.nvim version (#1100) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f616ed7..a3be3d4 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ For building binary if you wish to build from source, then `cargo` is required. "yetone/avante.nvim", event = "VeryLazy", lazy = false, - version = false, -- set this to "*" if you want to always pull the latest change, false to update on release + version = false, -- Set this to "*" to always pull the latest release version, or set it to false to update to the latest code changes. opts = { -- add any opts here },