From 3c804bcfec7c1f3cb69398f6d74f77a25286dbcb Mon Sep 17 00:00:00 2001 From: a1346054 <36859588+a1346054@users.noreply.github.com> Date: Sat, 14 Aug 2021 11:33:22 +0000 Subject: fix spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 497a1335..9480e0ee 100644 --- a/README.md +++ b/README.md @@ -574,7 +574,7 @@ FZF_DEFAULT_COMMAND='find . -type f' \ The following example uses fzf as the selector interface for ripgrep. We bound `reload` action to `change` event, so every time you type on fzf, the ripgrep process will restart with the updated query string denoted by the placeholder -expression `{q}`. Also, note that we used `--disabled` option so that fzf +expression `{q}`. Also, note that we used `--disabled` option so that fzf doesn't perform any secondary filtering. ```sh -- cgit v1.2.3