From dd404f1068aa1dd1ff87e2c14142c7e4ba54ae3a Mon Sep 17 00:00:00 2001 From: Taco de Wolff Date: Tue, 14 Mar 2023 17:52:01 -0300 Subject: [PATCH] Add .NET binding to Readme, fixes #555 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d2bfff4070..39076140a7 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ **[JavaScript bindings](https://www.npmjs.com/package/@tdewolff/minify)** install with `npm i @tdewolff/minify` +**[.NET bindings](https://github.com/JKamsker/NMinify)** install with `Install-Package NMinify` or `dotnet add package NMinify`, thanks to Jonas Kamsker for the port + --- *Did you know that the shortest valid piece of HTML5 is `x`? See for yourself at the [W3C Validator](http://validator.w3.org/)!*