diff --git a/TUTORIAL.md b/TUTORIAL.md index 46a535b..5e493c3 100644 --- a/TUTORIAL.md +++ b/TUTORIAL.md @@ -85,7 +85,7 @@ auto exampleInstance = new ExampleClassB(); // Manual autowiring dependencies.autowire(exampleInstance); -// Let the container handle injection +// Let the container autowire on resolve dependencies.register!ExampleClassB; auto exampleInstance2 = dependencies.resolve!ExampleClassB; ```