diff --git a/README.md b/README.md index ece5fc5..e8e19ae 100644 --- a/README.md +++ b/README.md @@ -286,7 +286,7 @@ require('telescope').setup{ i = { -- To disable a keymap, put [map] = false -- So, to not map "", just put - [""] = false, + [""] = false, -- Otherwise, just set the mapping to the function that you want it to be. [""] = actions.select_horizontal,