aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormoxie <moxie@3kgcat.fi>2026-03-17 12:20:47 +0200
committermoxie <moxie@3kgcat.fi>2026-03-17 12:20:47 +0200
commit1b373a2dc4d0aa9abad1e87a18deeb764c38f813 (patch)
treefb8e94aaf649cd7e10b29c5587e8421a5df606b6 /README.md
parentbffcccb893de306fbab01082888356a30d9ea69e (diff)
chore: change x to XHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
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" },
})
```