aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMihai Bazon <mihai.bazon@gmail.com>2013-04-21 01:28:45 -0700
committerMihai Bazon <mihai.bazon@gmail.com>2013-04-21 01:28:45 -0700
commita9c1b9f1385464309247fb2dd299ba6bb90bce10 (patch)
treee610abd0fc4de50b34c0db4840b836b33914fb2e /README.md
parent4b818056cf1a19fe6251e026cac4894f618f0217 (diff)
parent483e0cadfbfd3d90a579665f87c19711f1ad77e3 (diff)
downloadtracifyjs-a9c1b9f1385464309247fb2dd299ba6bb90bce10.tar.gz
tracifyjs-a9c1b9f1385464309247fb2dd299ba6bb90bce10.zip
Merge pull request #190 from michaelficarra/patch-1
unbalanced parentheses in readme
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 5e47a1dd..ce55dc30 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ The available options are:
generated from some other original code.
--screw-ie8 Pass this flag if you don't care about full compliance with
Internet Explorer 6-8 quirks (by default UglifyJS will try
- to be IE-proof.
+ to be IE-proof).
-p, --prefix Skip prefix for original filenames that appear in source
maps. For example -p 3 will drop 3 directories from file
names and ensure they are relative paths.