From ada0a49a305067f367bdd917f937ade466c0dc4b Mon Sep 17 00:00:00 2001 From: Evgeny Date: Fri, 3 Jun 2022 12:01:44 +0300 Subject: [PATCH] update readme according to AIO Launcher 4.4.2 (fix) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9937080..c4fea4a 100644 --- a/README.md +++ b/README.md @@ -429,10 +429,10 @@ The standard Lua API is extended with the following features: AIO Launcher also includes: -* [md_colors](libs.md_colors.lua) - Material Design color table module ([help](https://materialui.co/colors)); -* [url](libs/url.lua) - functions for encoding/decoding URLs from the Lua Penlight library; -* [html](libs/html.lua) - HTML parser; -* [fmt](libs/fmt.lua) - HTML formatting module; +* [md_colors](lib/md_colors.lua) - Material Design color table module ([help](https://materialui.co/colors)); +* [url](lib/url.lua) - functions for encoding/decoding URLs from the Lua Penlight library; +* [html](lib/html.lua) - HTML parser; +* [fmt](lib/fmt.lua) - HTML formatting module; * [utf8](https://gist.github.com/Stepets/3b4dbaf5e6e6a60f3862) - UTF-8 module from Lua 5.3; * [json.lua](https://github.com/rxi/json.lua) - JSON parser; * [Lua-Simple-XML-Parser](https://github.com/Cluain/Lua-Simple-XML-Parser) - XML parser (see example `xml-test.lua`).