This is an automated email from the ASF dual-hosted git repository.
andreww 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 b08b7ee Update compiler.md
b08b7ee is described below
commit b08b7ee7f232b60277591988fb6926c699e8cd55
Author: Andrew Wetmore <[email protected]>
AuthorDate: Fri Apr 10 08:56:26 2020 -0300
Update compiler.md
in process
---
compiler.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/compiler.md b/compiler.md
index a3bfd9e..97736ad 100644
--- a/compiler.md
+++ b/compiler.md
@@ -46,13 +46,13 @@ In an Apache Royale distribution, there is a
`compiler-royaleTasks.jar` in the `
### IDEs
-Consult your IDE documentation for how to launch the Royale Compiler. You can
generate a IDE distribution from Apache Maven and/or Apache ANT.
+Consult your IDE documentation for how to launch the Royale Compiler. You can
generate an IDE distribution from Apache Maven and/or Apache ANT.
### NPM
-You should be able to run `mxmlc` or `compc` from the command-line after
installing Royale via NPM. Use `mxmlc --help` to see the latest list of options.
+You should be able to run `mxmlc` or `compc` from the command line after
installing Royale via npm. Use `mxmlc --help` to see the latest list of options.
-### Command-line
+### Command line
The `js/bin` folder should contain `mxmlc` and `compc` scripts that will
launch the compiler. Use `mxmlc --help` to see the latest list of options.