From acd1d190d03d6a3790610ad0f306d8f841b46f48 Mon Sep 17 00:00:00 2001 From: idreyn Date: Mon, 7 Jul 2014 16:04:03 -0500 Subject: [PATCH] Clarifying update to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3757c2b..5d9d4fa 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ FLEX_HOME=/home/joe/downloads/flex_sdk_4.11 ``` Now you can run Ant ('ant' from the commandline) to build the SWF. -If the source is building but producing runtime errors, your first course of action should be to download version 4.11 of the Flex SDK (the Apache foundation maintains an installer that lets you select a variety of versions [here](http://flex.apache.org/installer.html)) and try targeting that. +If the source is building but producing runtime errors, your first course of action should be to download version 4.11 of the Flex SDK and try targeting that. The Apache foundation maintains an [installer](http://flex.apache.org/installer.html) that lets you select a variety of versions. Newer versions of the SDK will build successfully but are known to cause runtime errors related to the ``flash.display3D.Context3D`` class. ### Debugging Here are a few integrated development environments available with Flash debugging support: