Skip to content

Commit

Permalink
Merge pull request #140 from ggnet/patch-1
Browse files Browse the repository at this point in the history
fix typo in README.md
  • Loading branch information
koriym committed Feb 15, 2016
2 parents c2038b3 + 7ea3838 commit 911306c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -229,7 +229,7 @@ You can bind a type to an instance of that type. This is usually only useful for
```php
protected function configure()
{
$this->bind()>annotatedWith("login_id")->toInstance('bear');
$this->bind()->annotatedWith("login_id")->toInstance('bear');
}
```

Expand Down

0 comments on commit 911306c

Please sign in to comment.