Skip to content

Commit c1d85cb

Browse files
authored
Update README.md
1 parent dc275b4 commit c1d85cb

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
@@ -41,9 +41,9 @@ Or, if you need to register your own services / rewrite the implementation, you
4141

4242
public class ApplicationManager : ApplicationManager<ApplicationManager, YourApplication>
4343
{
44-
public static YourApplication Application => GetApplication(StartApplicationFunction, , () => RegisterServices(services => Application));
44+
public static YourApplication Application => GetApplication(StartApplicationFunction, () => RegisterServices(services => Application));
4545

46-
public static IServiceProvider ServiceProvider => GetServiceProvider(services => Application, , () => RegisterServices(services => Application));
46+
public static IServiceProvider ServiceProvider => GetServiceProvider(services => Application, () => RegisterServices(services => Application));
4747

4848
private static IServiceCollection RegisterServices(Func<IServiceProvider, YourApplication> applicationSupplier)
4949
{

0 commit comments

Comments
 (0)