From 1b373a2dc4d0aa9abad1e87a18deeb764c38f813 Mon Sep 17 00:00:00 2001 From: moxie Date: Tue, 17 Mar 2026 12:20:47 +0200 Subject: chore: change x to X --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 095637e..6972c88 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ See `:help muwiki` for complete documentation and configuration options. ```lua vim.pack.add({ - { src = "https://git.3kgcat.fi/muwiki.nvim", name = "muwiki" } - { src = "https://github.com/nvim-treesitter/nvim-treesitter" } + { src = "https://git.3kgcat.fi/muwiki.nvim", name = "muwiki" }, + { src = "https://github.com/nvim-treesitter/nvim-treesitter" }, }) ``` -- cgit v1.2.3