Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
frankois1234 committed Aug 18, 2024
1 parent a44b7f7 commit 5552f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ QuickServiceLocator.isRegister(DummyServiceProtocol.self)

## Behavior

By default, every services are registered in a `lazySharedInstance` mode, it means the `DummyService` will be created during the resolving step.
By default, every services are registered in a `lazySharedInstance` mode, it means the `DummyService` will be created during the resolving step as a singleton.

This behavior can be set during the registering step.

Expand Down

0 comments on commit 5552f0b

Please sign in to comment.