From: tssajo Date: Tue, 20 May 2014 14:10:54 +0000 (+0200) Subject: Minor README.md change: installation instructions were there twice X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=8912d610f2deff1ddf01ad2155951c46d6e653b7;p=html-minifier.git Minor README.md change: installation instructions were there twice --- diff --git a/README.md b/README.md index 06cdaf7..a754d04 100644 --- 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 | 860 | 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 ``. Installation Instructions ----------------------------- +------------------------- From NPM for use as a command line app: ```