Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pechitook committed Feb 19, 2015
1 parent db32713 commit 2b13147
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ extends the `Illuminate\Container\Container` and that makes it hard to swap out.

This package provides two extensions, namely of `Application` and `Container`. You probably won't need both.

Also, this package provides a way to decide _what_ objects will be proxied by the IoC container, through the
Also, this package provides a way to decide _which_ objects will be proxied by the IoC container, through the
`Specification` pattern:

```php
Expand Down Expand Up @@ -92,4 +92,4 @@ $container = new Proxyvel\Container(
```

Because of Liskov's substitution principle, this package's extension can be used in any place the `Container` is
expected.
expected.

0 comments on commit 2b13147

Please sign in to comment.