Skip to content

Commit 2347b6a

Browse files
committed
Updated README
1 parent 9aadba5 commit 2347b6a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,16 @@ PHPBench Service Container
44
[![Build Status](https://travis-ci.org/phpbench/container.svg?branch=master)](https://travis-ci.org/phpbench/container)
55
[![StyleCI](https://styleci.io/repos/55606670/shield)](https://styleci.io/repos/55606670)
66

7-
This is a simple but powerful dependency injection container:
7+
This is a simple but powerful (of course its powerful) dependency injection container:
88

99
- Extendable (a.k.a service providers);
1010
- Configurable;
1111
- Extensions provide default configuration;
1212
- Service tagging;
1313

14+
This container was developed incidentally for PHPBench, and is not a very
15+
polished library, but I like it.
16+
1417
Simple usage
1518
------------
1619

@@ -36,7 +39,7 @@ $container = new Container(
3639
'foo.bar' => 'my_new_value',
3740
]
3841
);
39-
$container->init(); // required if you use the build() method.
42+
$container->init(); // will trigger loading of the extensions.
4043
```
4144

4245
```php

0 commit comments

Comments
 (0)