From: XhmikosR Date: Tue, 18 Mar 2014 04:52:39 +0000 (+0200) Subject: README.md: fix code syntax and add dependency badge. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b131c160cb8c5ddd20c1edcb6239dbc19ff37e01;p=html-minifier.git README.md: fix code syntax and add dependency badge. --- diff --git a/README.md b/README.md index 4c81dc3..3a0d9cb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ [![NPM version](https://badge.fury.io/js/html-minifier.png)](http://badge.fury.io/js/html-minifier) [![Build Status](https://travis-ci.org/kangax/html-minifier.png)](https://travis-ci.org/kangax/html-minifier) +[![Dependency Status](https://david-dm.org/kangax/html-minifier.png?theme=shields.io)](https://david-dm.org/kangax/html-minifier) [![devDependency Status](https://david-dm.org/kangax/html-minifier/dev-status.png?theme=shields.io)](https://david-dm.org/kangax/html-minifier#info=devDependencies) [HTMLMinifier](http://kangax.github.io/html-minifier/) is a highly __configurable__, __well-tested__, Javascript-based HTML minifier, with lint-like capabilities. @@ -26,7 +27,8 @@ How does HTMLMinifier compare to [another solution](http://www.willpeavy.com/min Installing with [npm](https://github.com/isaacs/npm): ``` -npm install html-minifier``` +npm install html-minifier +``` ## Options Quick Reference