Update README.md
authorJuriy Zaytsev <kangax@gmail.com>
Tue, 16 Sep 2014 13:49:20 +0000 (17:49 +0400)
committerJuriy Zaytsev <kangax@gmail.com>
Tue, 16 Sep 2014 13:49:20 +0000 (17:49 +0400)
README.md

index 1448404..ac8f9c1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -9,7 +9,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).
+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 [https://github.com/koajs/html-minifier](Koa middleware wrapper).
 
 How does HTMLMinifier compare to [another solution](http://www.willpeavy.com/minifier/) — HTML Minifier from Will Peavy (1st result in [google search for "html minifier"](https://www.google.com/#q=html+minifier)) as well as htmlcompressor.com?