aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKim Joar Bekkelund <kjbekkelund@gmail.com>2013-05-02 11:15:33 +0200
committerKim Joar Bekkelund <kjbekkelund@gmail.com>2013-05-02 11:15:33 +0200
commit790b3bcdc66061b63de0e2538a49c6f3edbdfc0e (patch)
treed0e70fa8966abe26f1e5b08494da51923069f8d5 /README.md
parentd6e6458f68a258e2a3694069005ec7999180748f (diff)
downloadtracifyjs-790b3bcdc66061b63de0e2538a49c6f3edbdfc0e.tar.gz
tracifyjs-790b3bcdc66061b63de0e2538a49c6f3edbdfc0e.zip
Fix typo in bin and 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 38653ef3..4640977f 100644
--- a/README.md
+++ b/README.md
@@ -80,7 +80,7 @@ The available options are:
cascading statements into sequences. [string]
--stats Display operations run time on STDERR. [boolean]
--acorn Use Acorn for parsing. [boolean]
- --spidermonkey Assume input fles are SpiderMonkey AST format (as JSON).
+ --spidermonkey Assume input files are SpiderMonkey AST format (as JSON).
[boolean]
--self Build itself (UglifyJS2) as a library (implies
--wrap=UglifyJS --export-all) [boolean]