Skip to content

Commit 06d4894

Browse files
committed
docs: update README.md
1 parent cb12554 commit 06d4894

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ See [this blog](https://vhyrro.github.io/posts/neorg-and-luarocks/) for more inf
109109
<details>
110110
<summary>Click for installation snippet.</summary>
111111

112-
- Ensure you have `vhyrro/luarocks` installed:
112+
- Ensure you have `vhyrro/luarocks.nvim` installed:
113113
```lua
114114
{
115-
"vhyrro/luarocks",
115+
"vhyrro/luarocks.nvim",
116116
version = "*",
117117
config = function()
118118
require("luarocks").setup({})
@@ -123,7 +123,7 @@ See [this blog](https://vhyrro.github.io/posts/neorg-and-luarocks/) for more inf
123123
```lua
124124
{
125125
"nvim-neorg/neorg",
126-
dependencies = { "luarocks" },
126+
dependencies = { "luarocks.nvim" },
127127
lazy = false, -- Disable lazy loading as some `lazy.nvim` distributions set `lazy = true` by default
128128
version = "*", -- Pin Neorg to the latest stable release
129129
config = function()

0 commit comments

Comments
 (0)