docs: Update README.md

This commit is contained in:
Dheepak Krishnamurthy
2022-03-06 13:48:42 -07:00
parent aab183099b
commit ef42be423d

View File

@@ -139,5 +139,5 @@ That makes sure that any opened buffer which is contained in a git repo will be
Once you have loaded the extension, you can invoke the plugin using:
```lua
lua require("telescope").extensions.lazygit_telescope.lazygit()
lua require("telescope").extensions.lazygit.lazygit()
```