Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
joostfaassen committed Jul 27, 2018
1 parent 78e6c6c commit a97595a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ This is where **Haigha** comes in:
## Example fixture file

Haigha uses Alice to load fixture files, so the format is identical ([Details](https://github.com/nelmio/alice)). The only thing to keep in mind is that you use tablenames instead of classnames. Prefix your tablenames with `table.`. For example, if your tablename is called `user`, you use it like this:

```yaml
table.group:
group_random_users:
Expand All @@ -38,6 +39,7 @@ table.user:
## How to use Haigha in your application
Simply add the following to your `require` or `require-dev` section in your [composer.json](http://getcomposer.org) and run `composer update`:

```json
"require": {
"linkorb/haigha": "^2.0"
Expand Down

0 comments on commit a97595a

Please sign in to comment.