From e0309f4c77f5e9540bd1c370bca30913d5d959fe Mon Sep 17 00:00:00 2001 From: Andrii B <10338746+akaunderr@users.noreply.github.com> Date: Mon, 4 Dec 2023 12:18:46 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index edaaf80..d5b5da9 100644 --- a/README.md +++ b/README.md @@ -26,11 +26,11 @@ At the moment, **ShrinkWrap** uses the following tools: - [Masterminds/HTML5-PHP](https://github.com/Masterminds/html5-php). - Minifiers: - HTML: - - [HtmlMin](https://github.com/voku/HtmlMin). + - [voku/HtmlMin](https://github.com/voku/HtmlMin). - JS: - - [Minify](https://github.com/matthiasmullie/minify). + - [matthiasmullie/minify](https://github.com/matthiasmullie/minify). - CSS: - - [Minify](https://github.com/matthiasmullie/minify). + - [matthiasmullie/minify](https://github.com/matthiasmullie/minify). ## Requirments - `PHP >= 7.3.0`