Skip to content

Commit

Permalink
corrections in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Hounddog committed Dec 15, 2013
1 parent acae6a3 commit 1b487a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ To register fixtures with Doctrine module add the fixtures to the doctrine key i
```php
<?php
return array(
'doctrine' => array(
'fixture' => array(
'ModuleName_fixture' => __DIR__ . '/../src/ModuleName/Fixture',
'doctrine' => array(
'fixture' => array(
'ModuleName_fixture' => __DIR__ . '/../src/ModuleName/Fixture',
)
),
);
Expand All @@ -51,5 +51,5 @@ Access the Doctrine command line as following

##Import
```sh
./vendor/bin/doctrine-module data data-fixture:import
./vendor/bin/doctrine-module data-fixture:import
```

0 comments on commit 1b487a8

Please sign in to comment.