Skip to content

Commit

Permalink
Corrects typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremykendall committed Jan 5, 2014
1 parent df4176d commit a473fe1
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 @@ With your `UserDao` in hand, you're ready to decorate a
`PasswordValidatorInterface`.

``` php
use Example\UserDao();
use Example\UserDao;
use JeremyKendall\Password\Decorator\StorageDecorator;

$storage = new UserDao($db);
Expand Down

0 comments on commit a473fe1

Please sign in to comment.