From ba6ebadeb70997a13e5ba308bc83d76d4aa629f4 Mon Sep 17 00:00:00 2001 From: Marc Hamamji Date: Fri, 14 Apr 2023 15:24:03 +0300 Subject: [PATCH] Fix formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b26cd68..98f0646 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ A customizable Neovim plugin to run code inside the editor number where the code to run is located. Runner runs the appropriate handler based on this buffer's filetype. - For using multiple handlers on the same filetype, see the [choice helper](#choice(handlers)) + For using multiple handlers on the same filetype, see the [choice helper](#choice(handlers)). #### `set_handler(filetype, handler)`