From: Matti Jokitulppo Date: Sun, 26 Jun 2016 14:33:51 +0000 (+0300) Subject: Add link to Express middleware plugin to README.md X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=490a932fc967c7e3e9a85fc648325e13690ae7f1;p=html-minifier.git Add link to Express middleware plugin to README.md --- diff --git a/README.md b/README.md index 3bc874e..2cd7d28 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ See [corresponding blog post](http://perfectionkills.com/experimenting-with-html [Test suite is available online](http://kangax.github.io/html-minifier/tests/). -Also see corresponding [Ruby wrapper](https://github.com/stereobooster/html_minifier), and for Node.js, [Grunt plugin](https://github.com/gruntjs/grunt-contrib-htmlmin), [Gulp module](https://github.com/jonschlinkert/gulp-htmlmin), and [Koa middleware wrapper](https://github.com/koajs/html-minifier). +Also see corresponding [Ruby wrapper](https://github.com/stereobooster/html_minifier), and for Node.js, [Grunt plugin](https://github.com/gruntjs/grunt-contrib-htmlmin), [Gulp module](https://github.com/jonschlinkert/gulp-htmlmin), [Koa middleware wrapper](https://github.com/koajs/html-minifier) and [Express middleware wrapper](https://github.com/melonmanchan/express-minify-html). For lint-like capabilities take a look at [HTMLLint](https://github.com/kangax/html-lint).