From 4b1b1b46906b4116ee0e7cb47709d31f6002094d Mon Sep 17 00:00:00 2001 From: Marco Foi Date: Fri, 7 Oct 2016 16:02:29 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23d6853..49a6fbe 100644 --- a/README.md +++ b/README.md @@ -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