Skip to content

Commit 6a7c60f

Browse files
authored
Update README.md
Fixed documentation bug.
1 parent 8605fab commit 6a7c60f

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
@@ -41,8 +41,8 @@ You start Electron.NET up with an `UseElectron` WebHostBuilder-Extension.
4141
public static IWebHost BuildWebHost(string[] args)
4242
{
4343
return WebHost.CreateDefaultBuilder(args)
44-
.UseElectron(args)
4544
.UseStartup<Startup>()
45+
.UseElectron(args)
4646
.Build();
4747
}
4848
```

0 commit comments

Comments
 (0)