add english readme (fix)

This commit is contained in:
Evgeny
2021-08-18 20:18:32 +03:00
parent 9cd1f89698
commit 5a7717d4d8

View File

@@ -173,7 +173,7 @@ The standard Lua API is extended with the following features:
The kit also includes: 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; * `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; * [luaDate](https://github.com/Tieske/date) - functions for working with time;
* [json.lua](https://github.com/rxi/json.lua) - JSON parser; * [json.lua](https://github.com/rxi/json.lua) - JSON parser;