Get away from the list, sir

This commit is contained in:
Mike Bierlee 2016-09-03 18:41:58 +02:00
parent 9cc320aa93
commit 6cc35530db

View file

@ -21,6 +21,7 @@ Features
* Multi-threadable: Dependency containers return the same dependencies across all threads.
* Minimal set-up: Creation and injection of conventional classes requires almost no manual dependency configuration.
* Well-tested: Developed test-driven, a great number of scenarios are tested as part of the test suite.
See the [TUTORIAL.md](TUTORIAL.md) and [examples](example) for a complete walkthrough of all features.
Getting started