From 7890f4acfe3e3202322cd6647e495835ec60c38e Mon Sep 17 00:00:00 2001 From: MarcHamamji Date: Fri, 24 Feb 2023 23:18:45 +0200 Subject: [PATCH] Fix handlers link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9c3f1a..e4c3d30 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,6 @@ A Neovim plugin to run code inside the editor ## Contribution - If you find that some handlers for a specific language are missing, feel free to open a pull request by adding them in the [lua/runner/handlers/init.lua]() file. + If you find that some handlers for a specific language are missing, feel free to open a pull request by adding them in the [](lua/runner/handlers/init.lua) file. Licensed under the [MIT license](./LICENSE).