From 5572140cd5ff66c68f4945fe4590d04f4eea802d Mon Sep 17 00:00:00 2001 From: "Seul-gi Choi(Chase)" Date: Fri, 11 Jan 2019 14:42:47 +0900 Subject: [PATCH] Update README.md fix anchor for mangle-options --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a08a36df..5d6b89b6 100644 --- a/README.md +++ b/README.md @@ -664,7 +664,7 @@ If you're using the `X-SourceMap` header instead, you can just omit `sourceMap.u - `keep_fnames` (default: `false`) -- Pass `true` to prevent the compressor from discarding function names. Useful for code relying on - `Function.prototype.name`. See also: the `keep_fnames` [mangle option](#mangle). + `Function.prototype.name`. See also: the `keep_fnames` [mangle option](#mangle-options). - `keep_infinity` (default: `false`) -- Pass `true` to prevent `Infinity` from being compressed into `1/0`, which may cause performance issues on Chrome.