From 06db1b6288ca550f97eeb3745d58be91d4b7b85b Mon Sep 17 00:00:00 2001 From: Eli Flanagan Date: Thu, 10 Dec 2020 10:40:16 -0500 Subject: [PATCH] fix typo (#322) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39afcd3..4b10331 100644 --- a/README.md +++ b/README.md @@ -576,7 +576,7 @@ supports tab completions and settings options. " If option is table type in lua code ,you can use `,` connect each command string eg: " find_command,vimgrep_arguments they are both table type. so config it in commandline like -:Telecope find_files find_command=rg,--ignore,--hidden,--files prompt_prefix=🔍 +:Telescope find_files find_command=rg,--ignore,--hidden,--files prompt_prefix=🔍 ``` ## Media