From 012b5c1d5aae25ca0edbf201b812559794d9bb72 Mon Sep 17 00:00:00 2001 From: Reuh Date: Mon, 17 May 2021 15:29:54 +0200 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 397d002..abd7430 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ You can optionally install lua-linenoise (```luarocks install linenoise```, vers You can register the Candran package searcher in your main Lua file (`require("candran").setup()`) and any subsequent `require` call in your project will automatically search for Candran modules. -If you use LÖVE, some integration with Candran is detailled [here](#https://github.com/Reuh/candran/wiki/L%C3%96VE). +If you use LÖVE, some integration with Candran is detailled [here](https://github.com/Reuh/candran/wiki/L%C3%96VE). #### Editor support Most editors should be able to use their existing Lua support for Candran code. If you want full support for the additional syntax in your editor: