You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2019/06/03 17:27:50 UTC

[royale-asjs] branch develop updated: Update README.txt

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

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 0150e97  Update README.txt
0150e97 is described below

commit 0150e971537c55159d314fc1f591d35d1e4a27e2
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Mon Jun 3 19:27:46 2019 +0200

    Update README.txt
    
    BE0012: update readme
---
 .../README.txt                                                     | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/examples/blog/BE0012_Using_external_javascript_libraries_in_Apache_Royale/README.txt b/examples/blog/BE0012_Using_external_javascript_libraries_in_Apache_Royale/README.txt
index 559a47e..6e0ea53 100644
--- a/examples/blog/BE0012_Using_external_javascript_libraries_in_Apache_Royale/README.txt
+++ b/examples/blog/BE0012_Using_external_javascript_libraries_in_Apache_Royale/README.txt
@@ -19,11 +19,10 @@
 
 DESCRIPTION
 
-Loading external data through HTTPService
+Using external javascript libraries in Apache Royale
 
-Learn how to use the HTTPService to load external data from a server. In this case we load the source code of
-this example using the Github API in a Royale panel to browse it.
+Learn how to use external Javascript libraries in your Apache Royale application. This will be very useful to add quick functionality to your Application adding code that is not part of Apache Royale itself or even was not written in ActionsScript, but with the powerful capabilities like type checking or code completion.
 
 Source code of the code exposed in the following Apache Royale Blog Example post:
 
-https://royale.apache.org//customization-through-the-royale-api/
+https://royale.apache.org/using-external-javascript-libraries-in-apache-royale/