From 3b13b5e16575683adbc3c307963b711fd145d259 Mon Sep 17 00:00:00 2001 From: yetone Date: Sat, 31 Aug 2024 23:43:58 +0800 Subject: [PATCH] docs: fix indentation in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f38418d..93d221c 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ https://github.com/user-attachments/assets/86140bfd-08b4-483d-a887-1b701d9e37dd lazy.nvim (recommended) - ```lua +```lua { "yetone/avante.nvim", event = "VeryLazy", @@ -69,7 +69,7 @@ https://github.com/user-attachments/assets/86140bfd-08b4-483d-a887-1b701d9e37dd }, }, } - ``` +```