reorder example
diff --git a/README-CONFIG.md b/README-CONFIG.md
index cc291b9..72198ae 100644
--- a/README-CONFIG.md
+++ b/README-CONFIG.md
@@ -58,17 +58,7 @@
   
 For Example:
 
-A. Snip from [fortress.properties.src](./config/fortress.properties.src)
-```
-# Host name and port of LDAP DIT:
-host=@LDAP_HOST@
-port=@LDAP_PORT@
-
-# Options are openldap or apacheds (default):
-ldap.server.type=@SERVER_TYPE@
-```
-
-B. Snip from [build.properties](./build.properties.example)
+A. Snip from [build.properties](./build.properties)
 ```
 # These parameters point fortress to LDAP host:
 ldap.host=ldapvip.net
@@ -78,6 +68,16 @@
 ldap.server.type=openldap
 ```
 
+B. Snip from [fortress.properties.src](./config/fortress.properties.src)
+```
+# Host name and port of LDAP DIT:
+host=@LDAP_HOST@
+port=@LDAP_PORT@
+
+# Options are openldap or apacheds (default):
+ldap.server.type=@SERVER_TYPE@
+```
+
 C. Becomes snip from [fortress.properties](./config/fortress.properties):
 ```
 # Host name and port of LDAP DIT:
@@ -88,7 +88,7 @@
 ldap.server.type=openldap
 ```
 
-*Note: Files from category C are generated during Fortress build and not checked into source.*
+ *Note: Files from C are generated during build (```mvn install```) and not checked in as source.*
 
 -------------------------------------------------------------------------------
 ## SECTION 2.  Fortress Ant Property Files