Reverting ca5fb20309ebac7d18d7f9b3feb75421d41173d3
diff --git a/migrate-an-existing-app/migrate-from-flex.md b/migrate-an-existing-app/migrate-from-flex.md
index f0aff23..543f4da 100644
--- a/migrate-an-existing-app/migrate-from-flex.md
+++ b/migrate-an-existing-app/migrate-from-flex.md
@@ -69,7 +69,7 @@
 
 The Royale compiler supports every options the Flex compiler supports. There are also some new options for controlling JavaScript output. Royale has an Ant task just as Flex does. It supports all the options that the Flex Ant task supports, plus some new options for controlling JavaScript output. You should be able to use the same options on the Royale compiler that you used when compiling your Flex app. The only thing you must add is the compiler option
 
-`+config=flex`
+`+configname=flex`
 
 Then, assuming you aren't using any third-party libraries, your application should compile.