From e2d03d681821a668fe982a2d7c7385478c32fa76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=20P=C3=A9rez?= <78259026+franpersanchez@users.noreply.github.com> Date: Thu, 24 Aug 2023 18:24:15 +0200 Subject: [PATCH] fix: typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();