From ef42be423dec5ee1b8ad80f87b0f029bf314217a Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Sun, 6 Mar 2022 13:48:42 -0700 Subject: [PATCH] docs: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f42f16e..ec2f5e9 100644 --- a/README.md +++ b/README.md @@ -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() ```