From fc54211868fcca8e53fec7071b3fab3591d250da Mon Sep 17 00:00:00 2001 From: Peacock Date: Mon, 1 Feb 2021 20:10:23 +0900 Subject: [PATCH] Correct missing comma #485 (#487) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c40ad99..839e71a 100644 --- a/README.md +++ b/README.md @@ -285,7 +285,7 @@ require('telescope').setup{ [""] = actions.goto_file_selection_edit + actions.center + my_cool_custom_action, }, n = { - [""] = actions.close + [""] = actions.close, [""] = my_cool_custom_action, }, },