Skip to content

Commit

Permalink
Merge pull request #84 from mrclay/patch-1
Browse files Browse the repository at this point in the history
fix README typo in Reflector
  • Loading branch information
Paul M. Jones committed Apr 6, 2015
2 parents c3e47e9 + 2030606 commit 60f5dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -62,7 +62,7 @@ We instantiate a _Container_ like so:
use Aura\Di\Container;
use Aura\Di\Factory;

$di = new Container(new Factory(new Resolver(new ReflectionLoctor())));
$di = new Container(new Factory(new Resolver(new Reflector())));
?>
```

Expand Down

0 comments on commit 60f5dd4

Please sign in to comment.