From bf4d8a2804dbf1cd591db66e4a823b1d31cc0279 Mon Sep 17 00:00:00 2001 From: Nate Mills Date: Sun, 3 Nov 2019 14:40:34 -0800 Subject: [PATCH] Changing "both" to "any" --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d0deada..59a8709 100644 --- a/readme.md +++ b/readme.md @@ -60,7 +60,7 @@ Would result in ``` -_Note:_ By default none of these commands have a key binding, and can only be used via the Command Palette. You can set a key binding by adding one, or both, of the following lines to the key binding file. (Preferences > Key Bindings) +_Note:_ By default none of these commands have a key binding, and can only be used via the Command Palette. You can set a key binding by adding any of the following lines to the key binding file. (Preferences > Key Bindings) ``` js { "keys": ["alt+shift+h"], "command": "toggle_highlight_duplicates" }