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 c99752a Update Components.md
c99752a is described below
commit c99752aa57005c4694e4ffaf06f4818b5e3f5a22
Author: Andrew Wetmore <[email protected]>
AuthorDate: Sun May 19 15:58:39 2019 -0300
Update Components.md
Added a note about the Basic component set.
---
User-interface/Components.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/User-interface/Components.md b/User-interface/Components.md
index ffacc19..fc0292c 100644
--- a/User-interface/Components.md
+++ b/User-interface/Components.md
@@ -44,7 +44,7 @@ You can [read more about Strands and Beads
here](Welcome/Features/Strands_and_Be
Royale has a series of component sets, groups of ready-to-use components which
are designed for different purposes.
### Basic component set
-The Basic set complies strictly with the PAYG guidelines and generates the
smallest amount of code so it compiles quickly.
+The Basic set complies strictly with the PAYG guidelines and generates the
smallest amount of code so it compiles quickly. It is ideal for quick
prototyping.
### Express component set
The Express set is designed for rapid prototyping and proofs-of-concepts and
is not optimized for size and performance. Applications built with the Express
components can still be deployed in production environments if the size and
performance is acceptable, which it often is.