README.md: fix code syntax and add dependency badge.
authorXhmikosR <xhmikosr@users.sourceforge.net>
Tue, 18 Mar 2014 04:52:39 +0000 (06:52 +0200)
committerXhmikosR <xhmikosr@users.sourceforge.net>
Tue, 18 Mar 2014 05:25:38 +0000 (07:25 +0200)
README.md

index 4c81dc3..3a0d9cb 100644 (file)
--- 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