Skip to content

Commit fbb40f4

Browse files
author
Stefan Judis
committed
update readme
1 parent 75e0af1 commit fbb40f4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# electron-builder (WIP)
22

3-
The electron-builder project is used to create installer for the platforms Windows and MacOS.
4-
It's build to work together with the [electron-packager](https://github.com/maxogden/electron-packager).
3+
The electron-builder project is used to create installers for the platforms Windows and MacOS.
4+
It's built to work together with the [electron-packager](https://github.com/maxogden/electron-packager).
55

6-
If you are looking for a complete set up on how to use [electron-packager](https://github.com/maxogden/electron-packager) and [electron-builder](https://github.com/loopline-systems/electron-builder) check the "How we use it section below".
6+
If you are looking for a complete set up on how to use the [electron-packager](https://github.com/maxogden/electron-packager) and [electron-builder](https://github.com/loopline-systems/electron-builder) check the "How we use it section below".
77

8-
The project is currently only executed on MacOS machines. Any support or help on Windows support is welcome.
8+
The project has currently only been executed on MacOS machines. Any support or help for Windows is welcome.
99

1010
## Install
1111

@@ -95,7 +95,7 @@ config.json.sample:
9595

9696
## How we use it so far
9797

98-
This workflow creates when running `npm run pack` executables for the platforms Windows and MacOS inside of the `dist` directory. It grabs the generated executables afterwards to create the installers out of it.
98+
When you run `npm run pack` it will create executables for the platforms Windows and MacOS inside of the `dist` directory. It grabs the generated executables afterwards to create the installers out of it.
9999

100100

101101
```

0 commit comments

Comments
 (0)