From e51c3541daa20ef230422386cca0c705f47cd09b Mon Sep 17 00:00:00 2001 From: Alexis Tyler Date: Thu, 11 May 2017 21:54:33 +0930 Subject: [PATCH] fix typo (#1913) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.34.1