diff --git a/README.md b/README.md index 1e89c5a..d2c3bfe 100644 --- a/README.md +++ b/README.md @@ -597,7 +597,7 @@ function my_custom_picker(results) finder = finders.new_table(results), sorter = sorters.fuzzy_with_index_bias(), attach_mappings = function(_, map) - -- Map "" in insert mode to the funciton, actions.set_command_line + -- Map "" in insert mode to the function, actions.set_command_line map('i', '', actions.set_command_line) return true