Skip to content

Commit

Permalink
Remove unnecessary git clone instructions in README (#1897)
Browse files Browse the repository at this point in the history
  • Loading branch information
kzc authored and alexlamsl committed May 10, 2017
1 parent bad9d5c commit 04f2344
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Expand Up @@ -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)**.
Expand All @@ -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
-----

Expand Down

0 comments on commit 04f2344

Please sign in to comment.