We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f4d39 commit e2d03d6Copy full SHA for e2d03d6
README.md
@@ -53,7 +53,7 @@ using ElectronNET.API.Entities;
53
var builder = WebApplication.CreateBuilder(args);
54
builder.WebHost.UseElectron(args);
55
56
-// Is optional, but you can use the Electron.NET API-Classes directly with DI (relevant if you wont more encoupled code)
+// Is optional, but you can use the Electron.NET API-Classes directly with DI (relevant if you want more encoupled code)
57
builder.Services.AddElectron();
58
59
var app = builder.Build();
0 commit comments