diff options
author | Alexis Tyler <xo@wvvw.me> | 2017-05-11 21:54:33 +0930 |
---|---|---|
committer | Alex Lam S.L <alexlamsl@gmail.com> | 2017-05-11 20:24:33 +0800 |
commit | e51c3541daa20ef230422386cca0c705f47cd09b (patch) | |
tree | 1ebe3bc70c35f68c43f0742d567a1b31863f0c28 /README.md | |
parent | 3bf194684bf56777ddbda4c2ec47927e1597f753 (diff) | |
download | tracifyjs-e51c3541daa20ef230422386cca0c705f47cd09b.tar.gz tracifyjs-e51c3541daa20ef230422386cca0c705f47cd09b.zip |
fix typo (#1913)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |