Skip to content

Commit 2e747e7

Browse files
authored
change wording
1 parent 6bded6b commit 2e747e7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/tutorial/updates.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ but caches app updates on disk and supports private repositories.
2222
- [electron-release-server](https://github.com/ArekSredzki/electron-release-server)
2323
Provides a dashboard for handling releases
2424

25-
When using [electron-builder][electron-builder-lib], you can also use userland [electron-updater][electron-updater] module. It allows you to avoid update server maintaining (Amazon S3, GitHub or any other static server are supported).
25+
If your app is packaged with [electron-builder][electron-builder-lib] you can use the
26+
[electron-updater] module, which does not require a server and allows for updates
27+
from S3, GitHub or any other static file host.
2628

2729
## Implementing updates in your app
2830

0 commit comments

Comments
 (0)