diff --git a/README.md b/README.md index 45fde1c..ba065b2 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ SomeService service = container.Resolve(); The configuration of the container is done through Binding extension methods available on `DiContainerBindings` and can only be set during the installation phase. Any alteration by custom means after the container's creation may result in undefined behaviour. -Calling the Bind method provides a fluent interface through `TypeBinding`. +Calling the Bind method provides a fluent interface through `TypeBinding`. - Apparent: It's the type that can be used when resolving the container. - Concrete: It's type of the actual instance behind the scenes.