aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSeul-gi Choi(Chase) <cs09gi@gmail.com>2019-03-13 06:31:04 +0900
committerAlex Lam S.L <alexlamsl@gmail.com>2019-03-13 05:31:04 +0800
commitc6fa39b48217983b3a498ad906fa630356694621 (patch)
treed248e19c9d9354bd0d12991c5f94b28f4d5e0737 /README.md
parent9aae4f2424b728f49f1c7cf6908758a077435862 (diff)
downloadtracifyjs-c6fa39b48217983b3a498ad906fa630356694621.tar.gz
tracifyjs-c6fa39b48217983b3a498ad906fa630356694621.zip
Update README.md (#3311)
fix anchor for mangle-options
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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.