You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by bi...@apache.org on 2017/06/27 17:34:40 UTC

git commit: [flex-utilities] [refs/heads/develop] - Update README.md

Repository: flex-utilities
Updated Branches:
  refs/heads/develop 4d898afa7 -> 8b168c154


Update README.md


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/8b168c15
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/8b168c15
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/8b168c15

Branch: refs/heads/develop
Commit: 8b168c154b5fba0eeba3e7a064f64b4d4d930e47
Parents: 4d898af
Author: Om Muppirala <bi...@gmail.com>
Authored: Tue Jun 27 23:04:13 2017 +0530
Committer: Om Muppirala <bi...@gmail.com>
Committed: Tue Jun 27 23:04:13 2017 +0530

----------------------------------------------------------------------
 npm-flexjs/README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/8b168c15/npm-flexjs/README.md
----------------------------------------------------------------------
diff --git a/npm-flexjs/README.md b/npm-flexjs/README.md
index d094e72..da84a37 100644
--- a/npm-flexjs/README.md
+++ b/npm-flexjs/README.md
@@ -54,21 +54,21 @@ HTML5/JavaScript output)
 
 Windows:
 
-	mxmlc C:\Users\<username>\AppData\Roaming\npm\node_modules\flexjs\examples\flexjs\ChartExample\src\ChartExample.mxml
+	mxmlc C:\Users\<username>\AppData\Roaming\npm\node_modules\flexjs\examples\flexjs\ChartExample\src\main\flex\ChartExample.mxml
 
 Mac:
 
-	mxmlc /usr/local/lib/node_modules/flexjs/examples/flexjs/ChartExample/src/ChartExample.mxml
+	mxmlc /usr/local/lib/node_modules/flexjs/examples/flexjs/ChartExample/src/main/flex/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
+	asjsc C:\Users\<username>\AppData\Roaming\npm\node_modules\flexjs\examples\native\USStatesMap\src\main\flex\USStatesMap.as
 
 Mac:
 
-	asjsc /usr/local/lib/node_modules/flexjs/examples/native/USStatesMap/src/USStatesMap.as
+	asjsc /usr/local/lib/node_modules/flexjs/examples/native/USStatesMap/src/main/flex/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.