Remove unnecessary `git clone` instructions in README (#1897)
authorkzc <kzc@users.noreply.github.com>
Wed, 10 May 2017 03:06:50 +0000 (23:06 -0400)
committerAlex Lam S.L <alexlamsl@gmail.com>
Wed, 10 May 2017 03:06:50 +0000 (11:06 +0800)
README.md

index c62d1d2..3edaa62 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@ UglifyJS 3
 ==========
 [![Build Status](https://travis-ci.org/mishoo/UglifyJS2.svg)](https://travis-ci.org/mishoo/UglifyJS2)
 
-UglifyJS is a JavaScript parser, minifier, compressor or beautifier toolkit.
+UglifyJS is a JavaScript parser, minifier, compressor and beautifier toolkit.
 
 #### Note:
 - **`uglify-js@3.x` has a new API and CLI and is not backwards compatible with [`uglify-js@2.x`](https://github.com/mishoo/UglifyJS2/tree/v2.x)**.
@@ -25,12 +25,6 @@ From NPM for programmatic use:
 
     npm install uglify-js
 
-From Git:
-
-    git clone git://github.com/mishoo/UglifyJS2.git
-    cd UglifyJS2
-    npm link .
-
 Usage
 -----