From 2461bcbd7268bdb0fdbaf49a1bfa8f6287eb5de0 Mon Sep 17 00:00:00 2001 From: Wolfgang Ziegler Date: Thu, 7 Dec 2017 09:05:06 +0100 Subject: [PATCH] Update README.md Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a1c518..0cd471a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Travis-CI (Win/macOS/Linux): [![Build Status](https://travis-ci.org/ElectronNET/ Build cross platform desktop apps with .NET Core 2.0 and ASP.NET NET Core. -Electron.NET is a __wrapper__ around a "normal" Electron application with a embedded ASP.NET Core application. Via our Electron.NET IPC bridge we can invoke Electron APIs from .NET. +Electron.NET is a __wrapper__ around a "normal" Electron application with an embedded ASP.NET Core application. Via our Electron.NET IPC bridge we can invoke Electron APIs from .NET. The CLI extensions hosts our toolset to build and start Electron.NET applications.