update README
Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/fa676474 Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/fa676474 Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/fa676474 Branch: refs/heads/feature/flash-downloader Commit: fa6764741cae0efb12c52a805fe02b2ab009a8b5 Parents: 3b52244 Author: Alex Harui <aha...@apache.org> Authored: Tue Aug 30 12:41:06 2016 -0700 Committer: Alex Harui <aha...@apache.org> Committed: Tue Aug 30 12:41:06 2016 -0700 ---------------------------------------------------------------------- npm-flexjs/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/fa676474/npm-flexjs/README.md ---------------------------------------------------------------------- diff --git a/npm-flexjs/README.md b/npm-flexjs/README.md index bac0c2c..a0ed2da 100644 --- a/npm-flexjs/README.md +++ b/npm-flexjs/README.md @@ -47,14 +47,16 @@ Examples HTML5/JavaScript output) Windows: mxmlc C:\Users\<username>\AppData\Roaming\npm\node_modules\flexjs\examples\flexjs\ChartExample\src\ChartExample.mxml - Mac: asjsc /usr/local/lib/node_modules/flexjs/examples/flexjs/ChartExample/src/ChartExample.mxml + Mac: mxmlc /usr/local/lib/node_modules/flexjs/examples/flexjs/ChartExample/src/ChartExample.mxml ASJSC (Write ActionScript3 targeting HTML5/SVG DOM without requiring JavaScript): Windows: asjsc C:\Users\<username>\AppData\Roaming\npm\node_modules\flexjs\examples\native\USStatesMap\src\USStatesMap.as Mac: asjsc /usr/local/lib/node_modules/flexjs/examples/native/USStatesMap/src/USStatesMap.as - + You may need to copy the examples to a writeable folder because the compilation + will generate an output folder in the example folders. + Note =================================