Skip to content

Commit

Permalink
[#11] Fix typo in new configuration filename (forgot .config in suffix)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlundrigan committed Mar 29, 2012
1 parent b67ac79 commit 674eabe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/INSTALL.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ DoctrineORMModule key to your modules array before your Application module key.
1. cd my/project/folder 1. cd my/project/folder
2. git clone git://github.com/doctrine/DoctrineORMModule.git vendor/DoctrineORMModule --recursive 2. git clone git://github.com/doctrine/DoctrineORMModule.git vendor/DoctrineORMModule --recursive
3. open my/project/folder/configs/application.config.php and add 'DoctrineORMModule' to your 'modules' parameter. 3. open my/project/folder/configs/application.config.php and add 'DoctrineORMModule' to your 'modules' parameter.
4. drop config/module.doctrine_orm.local.php.dist into your application config/autoload folder, 4. drop config/module.doctrine_orm.local.config.php.dist into your application config/autoload folder,
rename to config/module.doctrine_orm.local.php and make the appropriate changes. rename to module.doctrine_orm.local.config.php and make the appropriate changes.


## Usage ## Usage
Access the entity manager using the following di alias: Access the entity manager using the following di alias:
Expand Down

0 comments on commit 674eabe

Please sign in to comment.