From 333a53cf668ec155c5c8aded4c0de4ec67a57222 Mon Sep 17 00:00:00 2001 From: Andrii B <10338746+akaunderr@users.noreply.github.com> Date: Mon, 4 Dec 2023 12:17:13 +0200 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2d606fe..edaaf80 100644 --- a/README.md +++ b/README.md @@ -21,13 +21,16 @@ - HTML, inline JS-scripts and CSS-styles are minified. - JS and CSS files referenced by the page (except external ones) are minified (can also be combined) and cached, and the corresponding links are changed to point to the cache. -At the moment, **ShrinkWrap** uses the following minifiers (but there are plans to add more): -- HTML: - - [HtmlMin](https://github.com/voku/HtmlMin). -- JS: - - [Minify](https://github.com/matthiasmullie/minify). -- CSS: - - [Minify](https://github.com/matthiasmullie/minify). +At the moment, **ShrinkWrap** uses the following tools: +- HTML DOM parser: + - [Masterminds/HTML5-PHP](https://github.com/Masterminds/html5-php). +- Minifiers: + - HTML: + - [HtmlMin](https://github.com/voku/HtmlMin). + - JS: + - [Minify](https://github.com/matthiasmullie/minify). + - CSS: + - [Minify](https://github.com/matthiasmullie/minify). ## Requirments - `PHP >= 7.3.0`