From 46ca1a7cd9144a6936b435f8da29495b73794764 Mon Sep 17 00:00:00 2001 From: Eric Danan Date: Thu, 20 Sep 2018 15:10:24 +0200 Subject: [PATCH] Fix README typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc6de1f..64bfe71 100644 --- a/README.md +++ b/README.md @@ -274,7 +274,7 @@ Extra actions can be added to these lists or, alternatively, can be set through See its docstring for details. -The mechanism to customize action lists is slightly different for some commands that internally rely on built-in ivy commands and hence inherit these command's actions. For these commands, a variable `` is defined: +The mechanism to customize action lists is slightly different for some commands that internally rely on built-in ivy commands and hence inherit these command's actions. For these commands, a variable `-extra-actions` is defined: - `counsel-projectile-git-grep-extra-actions` - `counsel-projectile-ag-extra-actions` - `counsel-projectile-rg-extra-actions`