From fa9323ac1a9806c1b238a5be15dd3d22a9cbb1c2 Mon Sep 17 00:00:00 2001 From: kzc Date: Sat, 20 May 2017 15:37:50 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e8f2731..b34db7c4 100644 --- a/README.md +++ b/README.md @@ -301,7 +301,7 @@ like this: var UglifyJS = require("uglify-js"); ``` -There is a single high level minification function, **`minify(code, options)`**, +There is a single high level function, **`minify(code, options)`**, which will perform all minification [phases](#minify-options) in a configurable manner. By default `minify()` will enable the options [`compress`](#compress-options) and [`mangle`](#mangle-options). Example: