From 2d99d06601013ab996d574d122b31df400055302 Mon Sep 17 00:00:00 2001 From: "Alex Lam S.L" Date: Sun, 7 May 2017 03:02:46 +0800 Subject: [PATCH] update documentation Remove deprecated CLI option --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 24fe441c..3ad072cf 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,7 @@ in sequence and apply any compression options. The files are parsed in the same global scope, that is, a reference from a file to some variable/function declared in another file will be matched properly. -If you want to read from STDIN instead, pass a single dash instead of input -files. +If no input file is specified, UglifyJS will read from STDIN. If you wish to pass your options before the input files, separate the two with a double dash to prevent input files being used as option arguments: -- 2.34.1