Skip to content

Commit 9f7c99d

Browse files
Merge pull request #252 from Tum4ik/patch-1
Update README.md
2 parents ad399f5 + 6a7c60f commit 9f7c99d

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
@@ -47,8 +47,8 @@ You start Electron.NET up with an `UseElectron` WebHostBuilder-Extension.
4747
public static IWebHost BuildWebHost(string[] args)
4848
{
4949
return WebHost.CreateDefaultBuilder(args)
50-
.UseElectron(args)
5150
.UseStartup<Startup>()
51+
.UseElectron(args)
5252
.Build();
5353
}
5454
```

0 commit comments

Comments
 (0)