From 258acc56a9062f86707012219c13a86a6bd5ab99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Bola=C3=B1os?= Date: Sun, 8 Oct 2023 16:02:50 +0200 Subject: [PATCH] Remove extra semicolon in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed0dd62b..731bc81c 100644 --- a/README.md +++ b/README.md @@ -336,7 +336,7 @@ using the `keymaps` attribute: key = "m"; options.silent = true; action = "!make"; - }; + } ]; }; }