update README (#1918)
authorkzc <kzc@users.noreply.github.com>
Thu, 11 May 2017 19:36:33 +0000 (15:36 -0400)
committerAlex Lam S.L <alexlamsl@gmail.com>
Thu, 11 May 2017 19:36:33 +0000 (03:36 +0800)
README.md

index f84a448..c50a8ec 100644 (file)
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ 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)**.
 - **Documentation for UglifyJS `2.x` releases can be found [here](https://github.com/mishoo/UglifyJS2/tree/v2.x)**.
-- Release versions of `uglify-js` only support ECMAScript 5 (ES5).
+- `uglify-js` only supports ECMAScript 5 (ES5).
 - Those wishing to minify
 ES2015+ (ES6+) should use the `npm` package [**uglify-es**](https://github.com/mishoo/UglifyJS2/tree/harmony).