Skip to content

Commit 1de7ba3

Browse files
authored
Update README.md
1 parent a4c79e8 commit 1de7ba3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ use Dot\AnnotatedServices\Annotation\Inject;
7676

7777
which will inject `$container->get('config')['debug'];`
7878

79-
**Even if using dot notation, the annotated factory will check first if a service name exists with that name**
79+
### NOTE
80+
> Even if using dot annotation, the annotated factory will check first if a service name exists with that name
8081
8182
You can use the inject annotation on setters too, they will be called at creation time and injected with the configured dependencies.
8283

0 commit comments

Comments
 (0)