From 9c5e7b9226244cab477cf5818214dc70711cf6e7 Mon Sep 17 00:00:00 2001 From: Frank Ebel Date: Sun, 5 Mar 2023 18:16:43 +0100 Subject: [PATCH] docs: fix description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0ecbd4..e6ecfef 100644 --- a/README.md +++ b/README.md @@ -316,7 +316,7 @@ return { timeout = 120, -- kill processes that take more than 2 minutes url_format = "https://github.com/%s.git", -- lazy.nvim requires git >=2.19.0. If you really want to use lazy with an older version, - -- then set the below to false. This is should work, but is NOT supported and will + -- then set the below to false. This should work, but is NOT supported and will -- increase downloads a lot. filter = true, },