diff --git a/README.md b/README.md index c272438..b2fa8a3 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ vim.opt.rtp:prepend(lazypath) -Next step is to add **lazy.nvim** to the top of your `init.lua` +Next step is to add **lazy.nvim** below the code added in the last step in `init.lua` ```lua require("lazy").setup(plugins, opts)