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