Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Aug 17, 2012
1 parent a764b6f commit 341f0cd
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 @@ -158,7 +158,7 @@ Now, you can create a factory. Symfony2 users will be interested in the
use Hateoas\Factory\ExtendedFactory;

$factory = new ExtendedFactory(array(
'Acme\DemoBundle\Model\User' => $linkDefinition,
'Acme\DemoBundle\Model\User' => array($linkDefinition),
));
```

Expand Down

0 comments on commit 341f0cd

Please sign in to comment.