Author: mschmalle
Date: Sat Dec  1 13:15:22 2012
New Revision: 1415991

URL: http://svn.apache.org/viewvc?rev=1415991&view=rev
Log:
FalconJS: The README stated run MainCode.as when it should be run TestApp.as 
which would link in MainCode.as

Modified:
    incubator/flex/falcon/trunk/compiler.js/README

Modified: incubator/flex/falcon/trunk/compiler.js/README
URL: 
http://svn.apache.org/viewvc/incubator/flex/falcon/trunk/compiler.js/README?rev=1415991&r1=1415990&r2=1415991&view=diff
==============================================================================
--- incubator/flex/falcon/trunk/compiler.js/README (original)
+++ incubator/flex/falcon/trunk/compiler.js/README Sat Dec  1 13:15:22 2012
@@ -9,5 +9,5 @@ Before trying to build FalconJS, you mus
 
 To run FalconJS, use the bin/mxmlc script.  Pass in the .as file of the 
top-level application like you would normally pass it in to mxmlc with all of 
the same options.
 
-Example for running FalconJS : ../bin/mxmlc MainCode.as -output MainCode.js
+Example for running FalconJS : ../bin/mxmlc TestApp.as -output TestApp.js
 


Reply via email to