From 79bf1532eb2347568b314e7839876f5f4d8094cf Mon Sep 17 00:00:00 2001 From: lpmi-13 Date: Fri, 19 Oct 2018 22:46:42 +0100 Subject: [PATCH] fix simple typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55718dc..4765af3 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Flex Capacitor Library A library of resources for Flex projects (beta). ==A library of resources for Flex projects^beta^==
-This library contains Flex controls, classes and utilities. The main feature of this library are the action effects classes (work in progress). Their goal is to take common Flex and AS3 code and wrap it up into an an abstract reusable class and apply it in MXML. In other environments these have been similar to or known as contracts, interactions, behaviors, commands, tasks and so on ([http://www.flexcapacitor.com/examples/LibraryExamples/ examples demo]). Update 11/18/2014: Many more effects have been added since this example including database actions and more.
+This library contains Flex controls, classes and utilities. The main feature of this library are the action effects classes (work in progress). Their goal is to take common Flex and AS3 code and wrap it up into an abstract reusable class and apply it in MXML. In other environments these have been similar to or known as contracts, interactions, behaviors, commands, tasks and so on ([http://www.flexcapacitor.com/examples/LibraryExamples/ examples demo]). Update 11/18/2014: Many more effects have been added since this example including database actions and more.
===Contents===
* Webview - composes the StageWebView in a UIComponent