Skip to content

Commit 94c4d40

Browse files
authored
Update README.md
1 parent e002069 commit 94c4d40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ This way, you can have a single source of truth for the injection configuration.
211211

212212
There are three new strategies and their respective scope and lifetime:
213213

214-
`.shared`: scope: `.shared`, lifespan: `.temporary`
215-
`.singleton`: scope: `.shared`, lifespan: `.permanent`
216-
`.onDemand`: scope: `.local`, lifespan: `.temporary`
214+
- `.shared`: scope: `.shared`, lifespan: `.temporary`
215+
- `.singleton`: scope: `.shared`, lifespan: `.permanent`
216+
- `.onDemand`: scope: `.local`, lifespan: `.temporary`
217217

218218
Please review and adjust your code according to these updated strategies and scopes.

0 commit comments

Comments
 (0)