From 227950a0fe51ea9114a772383e75a3aff0272187 Mon Sep 17 00:00:00 2001 From: kzc Date: Sun, 25 Jun 2017 20:55:21 -0400 Subject: [PATCH] update doc notes for `uglify-es` --- 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 -------