From 5a7717d4d8517aedf1ef823348e7294c62c04be6 Mon Sep 17 00:00:00 2001 From: Evgeny Date: Wed, 18 Aug 2021 20:18:32 +0300 Subject: [PATCH] add english readme (fix) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f695fc0..96e2c91 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ The standard Lua API is extended with the following features: The kit also includes: -* `md_colors` - Material Design color table module (source is in this repository, [help] (https://materialui.co/colors)); +* `md_colors` - Material Design color table module (source is in this repository, [help](https://materialui.co/colors)); * `url` - a module with functions for encoding / decoding a string in a URL from the Lua Penlight library; * [luaDate](https://github.com/Tieske/date) - functions for working with time; * [json.lua](https://github.com/rxi/json.lua) - JSON parser;