Fix minor details

This commit is contained in:
Mike Bierlee 2016-09-03 18:36:26 +02:00
parent 880dac86f8
commit 67fa51a14f
4 changed files with 6 additions and 6 deletions

View file

@ -59,7 +59,7 @@ void main() {
auto writer = dependencies.resolve!DataWriter; auto writer = dependencies.resolve!DataWriter;
} }
``` ```
Set-up can further be reduced by enabling "Register on resolve". For more details and examples, see the [examples](example) directory. Dependency set-up can further be reduced by enabling "Register on resolve". For more details and examples, see the [examples](example) directory.
Documentation Documentation
------------- -------------

View file

@ -1,4 +1,4 @@
To build any of these examples, specify the relevant DUB configuration when building with DUB: To build any of these examples, specify the relevant DUB configuration when building Poodinis with DUB:
``` ```
dub build --build=release --config=<name>Example dub build --build=release --config=<name>Example
``` ```