From 836c1c9950dd4e4d5a815cb3c698af88cf22020b Mon Sep 17 00:00:00 2001 From: Marc Hamamji Date: Sat, 17 Jun 2023 18:57:02 +0300 Subject: [PATCH] Fix broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a36072a..872d2fe 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ A customizable Neovim plugin to run code inside the editor is the buffer number that was passed to the `run()` function. 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](#choicehandlers). #### `set_handler(filetype, handler)`