diff options
author | kzc <kzc@users.noreply.github.com> | 2017-05-09 23:06:50 -0400 |
---|---|---|
committer | Alex Lam S.L <alexlamsl@gmail.com> | 2017-05-10 11:06:50 +0800 |
commit | 04f2344efc090f134989e4cabf5d93d127f34e45 (patch) | |
tree | 3440fb7fa74374354f236edb577860f97bc6e036 | |
parent | bad9d5cf882bdc78ba18765f85a473eb388e6790 (diff) | |
download | tracifyjs-04f2344efc090f134989e4cabf5d93d127f34e45.tar.gz tracifyjs-04f2344efc090f134989e4cabf5d93d127f34e45.zip |
Remove unnecessary `git clone` instructions in README (#1897)
-rw-r--r-- | README.md | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -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 ----- |