Skip to content

Commit 05de407

Browse files
Update
1 parent 169abc2 commit 05de407

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ PM> Install-Package ElectronNET.API
5454
You start Electron.NET up with an `UseElectron` WebHostBuilder-Extension.
5555

5656
```csharp
57-
public static IHostBuilder CreateHostBuilder(string[] args) =>
58-
Host.CreateDefaultBuilder(args)
59-
.ConfigureWebHostDefaults(webBuilder =>
60-
{
61-
webBuilder.UseElectron(args);
62-
webBuilder.UseStartup<Startup>();
63-
});
57+
public static IHostBuilder CreateHostBuilder(string[] args) =>
58+
Host.CreateDefaultBuilder(args)
59+
.ConfigureWebHostDefaults(webBuilder =>
60+
{
61+
webBuilder.UseElectron(args);
62+
webBuilder.UseStartup<Startup>();
63+
});
6464
```
6565

6666
### Startup.cs
@@ -167,6 +167,8 @@ Please make sure all commits are properly documented.
167167

168168
## 🧪 Working with this Repo
169169

170+
This video provides an introduction to development for Electron.NET: [Electron.NET - Contributing Getting Started](https://youtu.be/Po-saU_Z6Ws)
171+
170172
This repository consists of the main parts (API & CLI) and it's own "playground" ASP.NET Core application. Both main parts produce local NuGet packages, that are versioned with 99.0.0. The first thing you will need is to run one of the buildAll scripts (.cmd for Windows, the other for macOS/Linux).
171173

172174
If you look for pure __[demo projects](https://github.com/ElectronNET)__ checkout the other repositories.

0 commit comments

Comments
 (0)