You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by yi...@apache.org on 2020/07/07 07:58:35 UTC

[royale-docs] branch master updated: Update hello-world.md

This is an automated email from the ASF dual-hosted git repository.

yishayw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new b0a9dde  Update hello-world.md
     new 6613916  Merge pull request #25 from LogapriyanL/patch-1
b0a9dde is described below

commit b0a9dde5740cf9d3d55ff44c2724ae6104c45a7d
Author: LogapriyanL <lo...@gmail.com>
AuthorDate: Tue Jul 7 13:22:56 2020 +0530

    Update hello-world.md
    
    Corrected few Typo
---
 get-started/hello-world.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/get-started/hello-world.md b/get-started/hello-world.md
index 525caa3..7c09715 100644
--- a/get-started/hello-world.md
+++ b/get-started/hello-world.md
@@ -74,12 +74,12 @@ mxmlcnpm src/HelloWorld.mxml
 If you didn't use npm, run:
 
 ```sh
-<path to SDK folder>/js/binmxmlc src/HelloWorld.mxml
+<path to SDK folder>/js/bin/mxmlc src/HelloWorld.mxml
 ```
 
 ## Run the output
 
-If the compiler reported success, there should now be a `bin/js-release output` folder in your project folder, such as 
+If the compiler reported success, there should now be a `bin/js-release` output folder in your project folder, such as 
 
 ```
 Projects/HelloWorld/bin/js-release