Skip to content

Commit

Permalink
Merge pull request #4 from mcfoi/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
mayconbordin authored Oct 7, 2016
2 parents 5979020 + 4b1b1b4 commit 6f72d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ file will be created in your `app/config` directory.
## Usage

By default the fixtures directory is `/fixtures`, inside it you should place the data files that will fill
the database. The name of the file should be exactly the same as the name of the database. Take a look at the two examples
the database. The name of the file should be exactly the same as the name of the database table (e.g.: 'table_one.json'). Take a look at the two examples
in the [`/tests_data`](https://github.com/mayconbordin/l5-fixtures/tree/master/tests/_data) directory.

To apply all fixtures to the database run
Expand Down

0 comments on commit 6f72d55

Please sign in to comment.