Link to examples in the README

This commit is contained in:
Mike Bierlee 2015-02-21 17:53:04 +01:00
parent 2a69cb4757
commit 9b3307bb7a

View file

@ -44,6 +44,7 @@ void main() {
auto writer = container.resolve!DataWriter;
}
```
For more examples, see the [examples](example) directory.
### The container
To register a class, a new dependency container must be instantiated: