From 7046216d08e072bfddae07728ba3553008dee196 Mon Sep 17 00:00:00 2001 From: nisusam Date: Tue, 23 Oct 2018 01:09:57 +0530 Subject: [PATCH] Update Heading Anchor Link for `mangle option` --- 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.