From b131c160cb8c5ddd20c1edcb6239dbc19ff37e01 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 18 Mar 2014 06:52:39 +0200 Subject: [PATCH] README.md: fix code syntax and add dependency badge. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.34.1