From 5193f23ecca0a9c03edc0250131db2ad3a530409 Mon Sep 17 00:00:00 2001 From: adgai19 Date: Sat, 23 Oct 2021 10:15:00 +0530 Subject: [PATCH] fixed command for cmd-ui --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13e7778..b84bc2e 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ lua require("harpoon.term").sendCommand(1, "ls -la") This feature adds ability to change commands while working inside a project. Just call the following function to edit commands inside the list ```lua -lua require('harpoon.ui-cmd').toggle_quick_menu() +lua require('harpoon.cmd-ui').toggle_quick_menu() ``` ### Setup