From c2cc06b1d99155a15a9171a8fd1e80252b7364d1 Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Tue, 5 Nov 2024 11:20:09 +0300 Subject: [PATCH] Update README.md Co-authored-by: Alexey Rogachev --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9eb88f26..dd8fc8f8 100644 --- a/README.md +++ b/README.md @@ -369,7 +369,7 @@ $container->get(\Yiisoft\Di\Reference\TagReference::makeId('car')); The result is an array that has two instances: `BlueCarService` and `RedCarService`. -### Usage tagged services in configuration +### Using tagged services in configuration Use `TagReference` to get tagged services in configuration: