mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 04:04:01 +01:00
Link to examples in the README
This commit is contained in:
parent
2a69cb4757
commit
9b3307bb7a
|
@ -44,6 +44,7 @@ void main() {
|
||||||
auto writer = container.resolve!DataWriter;
|
auto writer = container.resolve!DataWriter;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
For more examples, see the [examples](example) directory.
|
||||||
|
|
||||||
### The container
|
### The container
|
||||||
To register a class, a new dependency container must be instantiated:
|
To register a class, a new dependency container must be instantiated:
|
||||||
|
|
Loading…
Reference in a new issue