From 7d0ea9175b096631c877d7d18f3df1e54830f6da Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Thu, 9 Oct 2014 00:23:50 +1100 Subject: [PATCH] clarify inline sourcemap behaviour --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9c47a3540..818d6e1ac8 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ to5.transformFile("filename.js", options, function (err, result) { whitelist: [], // If truthy, adds a `map` property to returned output. - // If set to "inline", a comment with a sourceMappingURL directive is added to the bottom + // If set to "inline", a comment with a sourceMappingURL directive is added to the bottom of the returned code sourceMap: false, // Filename for use in errors etc.