Skip to content

Commit 3ef24b4

Browse files
authored
Update README.md
1 parent 1c27d6d commit 3ef24b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ Install-Package Unity.Microsoft.DependencyInjection
1818
```C#
1919
public static IWebHost BuildWebHost(string[] args) =>
2020
WebHost.CreateDefaultBuilder(args)
21-
.UseUnityServiceProvider()
21+
.UseUnityServiceProvider() <----
2222
.UseStartup<Startup>()
2323
.Build();
2424
```
25-
- Add method to your `Startup` class
25+
- Add optional method to your `Startup` class
2626
```C#
2727
public void ConfigureContainer(IUnityContainer container)
2828
{

0 commit comments

Comments
 (0)