From 9f7493f58dd0ee71c9a149730941e70640c7bb83 Mon Sep 17 00:00:00 2001 From: Luca Tumedei Date: Tue, 24 Jan 2023 08:46:28 +0100 Subject: [PATCH] doc(README.md) smaller wording change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70140139..8aefdf78 100644 --- a/README.md +++ b/README.md @@ -782,7 +782,7 @@ $legacyTwo = $container->get(LegacyInterfaceTwo::class); ### Dependency injection with service providers -The container now supports additional dependency injection for service providers. Auto-wiring +The container supports additional dependency injection for service providers. Auto-wiring will work the same as any class, simply override the service provider's constructor and add any additional concrete dependencies (don't forget to call the parent!): ```php