Skip to content

Commit 6d28e57

Browse files
Update README.md
1 parent a2cdabf commit 6d28e57

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ AppVeyor (Win/Linux): [![Build status](https://ci.appveyor.com/api/projects/stat
99

1010
Travis-CI (Win/macOS/Linux): [![Build Status](https://travis-ci.org/ElectronNET/Electron.NET.svg?branch=master)](https://travis-ci.org/ElectronNET/Electron.NET)
1111

12-
Build cross platform desktop apps with .NET Core 2.0 and ASP.NET NET Core.
12+
Build cross platform desktop apps with .NET Core 2.2 and ASP.NET NET Core.
1313

1414
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.
1515

@@ -94,21 +94,21 @@ To start the application make sure you have installed the "[ElectronNET.CLI](htt
9494

9595
dotnet tool install ElectronNET.CLI -g
9696

97-
* Make sure you have __node.js v8.6.0__ and on __macOS/Linux__ the electron-packager installed!
97+
* Make sure you have __node.js v8.6.0__ and on __macOS/Linux__ the electron-builder installed!
9898

9999
sudo npm install electron-packager --global
100100

101101
At the first time, you need an Electron.NET project initialization. Type the following command in your ASP.NET Core folder:
102102

103103
```
104-
electronize init
104+
electronize init
105105
```
106106

107107
* Now a electronnet.manifest.json should appear in your ASP.NET Core project
108108
* Now run the following:
109109

110110
```
111-
electronize start
111+
electronize start
112112
```
113113
### Note
114114
> Only the first electronize start is slow. The next will go on faster.

0 commit comments

Comments
 (0)