diff --git a/README.md b/README.md index b2b1620e..32b7634f 100644 --- a/README.md +++ b/README.md @@ -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();