From 4d47ff36b2855ee9f1ba3dfd86f9e8feeea522db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Mon, 27 Oct 2014 16:32:07 -0700 Subject: [PATCH] Merge pull request #2413 from LeonFedotov/patch-1 Changing api documentation for jsx transformer --- npm-react-tools/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm-react-tools/README.md b/npm-react-tools/README.md index 1ffd440690..28cc47baa6 100644 --- a/npm-react-tools/README.md +++ b/npm-react-tools/README.md @@ -37,7 +37,7 @@ option | values | default -------|--------|--------- `sourceMap` | `true`: append inline source map at the end of the transformed source | `false` `harmony` | `true`: enable ES6 features | `false` -`filename` | the output filename for the source map | `"source.js"` +`sourceFilename` | the output filename for the source map | `"source.js"` `stripTypes` | `true`: strips out type annotations | `false` ```js