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.
2 parents 0d63383 + e2d03d6 commit 2b54353Copy full SHA for 2b54353
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