aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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" },
})
```