Skip to content

Commit 52e00ed

Browse files
authored
Update README.md
1 parent e0ff458 commit 52e00ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Install-Package Unity.Microsoft.DependencyInjection
1313
```
1414

1515
## Registration:
16-
- In the `WebHostBuilder` add `ConfigureServices(services => services.AddUnity())` method
16+
- In the `WebHostBuilder` add `UseUnityServiceProvider(IUnityContainer container = null)` method
1717

1818
```C#
1919
public static IWebHost BuildWebHost(string[] args) =>

0 commit comments

Comments
 (0)