From b46738030db9f8178d3a40dd235e2a30ea2c6104 Mon Sep 17 00:00:00 2001 From: kzc Date: Mon, 15 May 2017 11:49:57 -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 09440500..a6eeb83a 100644 --- a/README.md +++ b/README.md @@ -302,7 +302,7 @@ like this: var UglifyJS = require("uglify-js"); ``` -There is a single toplevel function, `minify(files, options)`, which will +There is a single high level minification function, `minify(files, options)`, which will performs all the steps in a configurable manner. Example: ```javascript