Update README.md

This commit is contained in:
kzc 2017-05-15 11:49:57 -04:00 committed by GitHub
parent dfde5b909e
commit b46738030d

View File

@ -302,7 +302,7 @@ like this:
var UglifyJS = require("uglify-js"); 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. performs all the steps in a configurable manner.
Example: Example:
```javascript ```javascript