aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Tyler <xo@wvvw.me>2017-05-11 21:54:33 +0930
committerAlex Lam S.L <alexlamsl@gmail.com>2017-05-11 20:24:33 +0800
commite51c3541daa20ef230422386cca0c705f47cd09b (patch)
tree1ebe3bc70c35f68c43f0742d567a1b31863f0c28
parent3bf194684bf56777ddbda4c2ec47927e1597f753 (diff)
downloadtracifyjs-e51c3541daa20ef230422386cca0c705f47cd09b.tar.gz
tracifyjs-e51c3541daa20ef230422386cca0c705f47cd09b.zip
fix typo (#1913)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 199989df..f84a448d 100644
--- a/README.md
+++ b/README.md
@@ -182,7 +182,7 @@ CoffeeScript → compiled JS, UglifyJS can generate a map from CoffeeScript →
compressed JS by mapping every token in the compiled JS to its original
location.
-To use this feature pass `--source-map conetent="/path/to/input/source.map"`
+To use this feature pass `--source-map content="/path/to/input/source.map"`
or `--source-map content=inline` if the source map is included inline with
the sources.