[zen-33] Updated config globbing
[zf2.biz/application_blanche.git] / config / autoload / README.md
index 3b36bee..4e504db 100644 (file)
@@ -2,7 +2,7 @@ About this directory:
 =====================
 
 By default, this application is configured to load all configs in
-`./config/autoload/{,*.}{global,local}.config.php`. Doing this provides a
+`./config/autoload/{,*.}{global,local}.php`. Doing this provides a
 location for a developer to drop in configuration override files provided by
 modules, as well as cleanly provide individual, application-wide config files
 for things like database connections, etc.