diff --git a/README.md b/README.md index 383989c..c8c33fc 100644 --- a/README.md +++ b/README.md @@ -110,14 +110,14 @@ Using [lazy.nvim](https://github.com/folke/lazy.nvim) -- init.lua: { 'nvim-telescope/telescope.nvim', tag = '0.1.1', --- or , branch = '0.1.1', +-- or , branch = '0.1.x', dependencies = { 'nvim-lua/plenary.nvim' } } -- plugins/telescope.lua: return { 'nvim-telescope/telescope.nvim', tag = '0.1.1', --- or , branch = '0.1.1', +-- or , branch = '0.1.x', dependencies = { 'nvim-lua/plenary.nvim' } } ```