Skip to content

Commit f1aca6c

Browse files
committed
docs: clean up README
1 parent 1c50044 commit f1aca6c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Electron Installer
22

3-
[![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/bq6c06suq5abb66s/branch/master?svg=true)](https://ci.appveyor.com/project/electron-bot/windows-installer/branch/master)
43
[![CircleCI](https://circleci.com/gh/electron/windows-installer.svg?style=svg)](https://circleci.com/gh/electron/windows-installer)
54

65
NPM module that builds Windows installers for
7-
[Electron](https://github.com/electron/electron) apps using
6+
[Electron](https://electronjs.org) apps using
87
[Squirrel](https://github.com/Squirrel/Squirrel.Windows).
98

109
## Installing
@@ -24,8 +23,8 @@ const electronInstaller = require('electron-winstaller');
2423
Then do a build like so..
2524

2625
```javascript
27-
// NB: Use this syntax within an async function, Node does not have support for
28-
// top-level await as of Node 12.
26+
// Note: top-level await exists in Node >= 14.8.0. In earlier versions of Node, please wrap in an
27+
// async function.
2928
try {
3029
await electronInstaller.createWindowsInstaller({
3130
appDirectory: '/tmp/build/my-app-64',

0 commit comments

Comments
 (0)