From 3d77caccce4cea021f389f3875918cdab3c45f83 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Mon, 24 Jun 2013 19:35:23 +0200 Subject: [PATCH] Clarifying difference between app and module config - fixes #243 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b49bdf92..45729c78 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,8 @@ that are listed in `composer.json` ## Entities settings -To register your entities with the ORM, add following metadata driver configurations to your application -config for each of your entities namespaces: +To register your entities with the ORM, add following metadata driver configurations to your module (merged) +configuration for each of your entities namespaces: ```php