From 6cc35530db9e0a5186709e5f02783fd6b9aa6ea9 Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Sat, 3 Sep 2016 18:41:58 +0200 Subject: [PATCH] Get away from the list, sir --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7c8c08e..7df508e 100644 --- a/README.md +++ b/README.md @@ -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