Skip to content

Commit

Permalink
Merge pull request #800 from franpersanchez/main
Browse files Browse the repository at this point in the history
fix: typo in README.md
  • Loading branch information
FlorianRappl committed Feb 14, 2024
2 parents 0d63383 + e2d03d6 commit 2b54353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -53,7 +53,7 @@ using ElectronNET.API.Entities;
var builder = WebApplication.CreateBuilder(args);
builder.WebHost.UseElectron(args);

// 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)
builder.Services.AddElectron();

var app = builder.Build();
Expand Down

0 comments on commit 2b54353

Please sign in to comment.