Skip to content

Commit

Permalink
Merge pull request #1 from mbadolato/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README example code
  • Loading branch information
matthiasnoback committed Jul 14, 2015
2 parents 7ebd864 + e95bd90 commit 7c5a3bb
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 @@ -80,7 +80,7 @@ have properly set up a `Reconstitute` service, like this:
use BroadwaySerialization\Reconstitution\Reconstitution;
use BroadwaySerialization\Reconstitution\ReconstituteUsingInstantiatorAndHydrator;
use Doctrine\Instantiator\Instantiator;
us BroadwaySerialization\Hydration\HydrateUsingReflection;
use BroadwaySerialization\Hydration\HydrateUsingReflection;

Reconstitution::reconstituteUsing(
new ReconstituteUsingInstantiatorAndHydrator(
Expand Down

0 comments on commit 7c5a3bb

Please sign in to comment.