Minor README.md change: installation instructions were there twice
authortssajo <tssajo@gmail.com>
Tue, 20 May 2014 14:10:54 +0000 (16:10 +0200)
committertssajo <tssajo@gmail.com>
Tue, 20 May 2014 15:45:47 +0000 (17:45 +0200)
README.md

index 06cdaf7..a754d04 100644 (file)
--- a/README.md
+++ b/README.md
@@ -24,12 +24,6 @@ How does HTMLMinifier compare to [another solution](http://www.willpeavy.com/min
 | [Eloquent Javascript](http://eloquentjavascript.net/print.html)             | 890         | <b>860</b>       |   872        |
 
 
-Installing with [npm](https://github.com/isaacs/npm):
-
-```
-npm install html-minifier
-```
-
 
 ## Options Quick Reference
 
@@ -58,7 +52,7 @@ npm install html-minifier
 Chunks of markup can be ignored by wrapping them with `<!-- htmlmin:ignore -->`.
 
 Installation Instructions
-----------------------------
+-------------------------
 
 From NPM for use as a command line app:
 ```