Skip to content

Commit

Permalink
Clarifying difference between app and module config - fixes #243
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Jun 24, 2013
1 parent cf71e61 commit 3d77cac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<?php
Expand Down

0 comments on commit 3d77cac

Please sign in to comment.