This is an automated email from the ASF dual-hosted git repository.
harbs 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 1e4c513 renamed header
1e4c513 is described below
commit 1e4c513b89ddf708b2cdb52744c177365acdfd16
Author: Harbs <[email protected]>
AuthorDate: Mon Dec 13 16:18:26 2021 +0200
renamed header
---
frameworks-and-libraries.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/frameworks-and-libraries.md b/frameworks-and-libraries.md
index a8d9884..5db3325 100644
--- a/frameworks-and-libraries.md
+++ b/frameworks-and-libraries.md
@@ -26,8 +26,9 @@ Pre-written sets of code which allows for easier development
of Royale-based app
Frameworks provide reliable templates to help you develop complex projects
more easily and sustainably. Libraries are generally collections of modules and
functions that focus on a particular task or theme--you might find a library to
help you with scientific calculations, and another library for manipulating
graphics.
-## Library Basics
-Are you new to Royale libraries? [Read what they are and how to use
them.](libraries/library-basics)
+## Royale Libraries 101
+Are you new to Royale libraries? [Read what they are and how to use
them.](libraries/library-basics)
+
## Frameworks
Apache Royale itself is a framework. It can play well with other frameworks to
help simplify development, especially when many people are working on the same
project.