From 11228fae2c00368f6d315e81d1fa3c98f7fea679 Mon Sep 17 00:00:00 2001 From: homuler Date: Sat, 16 Jul 2016 22:57:39 +0900 Subject: [PATCH] modify a sentence --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 6fab2886..62455e90 100644 --- a/README.md +++ b/README.md @@ -379,8 +379,7 @@ to set `true`; it's effectively a shortcut for `foo=true`). - `keep_fnames` -- default `false`. Pass `true` to prevent the compressor from discarding function names. Useful for code relying on - `Function.prototype.name`. You may also would like to refer to - [the mangle option](#mangle). + `Function.prototype.name`. See also [the mangle option](#mangle). - `passes` -- default `1`. Number of times to run compress. Use an integer argument larger than 1 to further reduce code size in some cases.