From 179f33f08a078d552e148f52b2c3f6edcc1ba737 Mon Sep 17 00:00:00 2001 From: kzc Date: Sun, 25 Jun 2017 23:04:22 -0400 Subject: [PATCH] update doc notes for `uglify-es` (#2164) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2b80ccd2..4bcc1afa 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ uglify-es ========= -**uglify-es** is an ECMAScript 2015 parser, minifier, compressor and beautifier toolkit. +**uglify-es** is an ECMAScript parser, minifier, compressor and beautifier toolkit for ES6+. #### Note: -- **The `uglify-es` API and CLI is compatible with `uglify-js@3.x`.** -- **`uglify-es` is not backwards compatible with the `uglify-js@2.x` API and CLI.** +- **`uglify-es` is API/CLI compatible with `uglify-js@3`.** +- **`uglify-es` is not backwards compatible with `uglify-js@2`.** Install -------