diff --git a/README.md b/README.md index c2f7a48..77d5b97 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ telescope.setup { [""] = lga_actions.quote_prompt(), [""] = lga_actions.quote_prompt({ postfix = " --iglob " }), -- freeze the current list and start a fuzzy search in the frozen list - [""] = lga_actions.to_fuzzy_refine, + [""] = require('telescope.actions').to_fuzzy_refine, }, }, -- ... also accepts theme settings, for example: