Fixed a typo
This commit is contained in:
parent
c1a40fbd98
commit
3815ed8af4
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ Depending on your needs, you can choose from one of these:
|
||||||
- [Nuts](https://github.com/GitbookIO/nuts) – Also uses [GitHub Releases](https://help.github.com/articles/creating-releases/), but caches app updates on disk
|
- [Nuts](https://github.com/GitbookIO/nuts) – Also uses [GitHub Releases](https://help.github.com/articles/creating-releases/), but caches app updates on disk
|
||||||
- [electron-release-server](https://github.com/ArekSredzki/electron-release-server) – Provides you with a dashboard for handling releases
|
- [electron-release-server](https://github.com/ArekSredzki/electron-release-server) – Provides you with a dashboard for handling releases
|
||||||
|
|
||||||
## Implemeting Updates into Your App
|
## Implementing Updates into Your App
|
||||||
|
|
||||||
Once you've deployed your update server, continue with importing the required modules in your code (please ensure that the code below will only be executed in production - you can use [electron-is-dev](https://github.com/sindresorhus/electron-is-dev) for that):
|
Once you've deployed your update server, continue with importing the required modules in your code (please ensure that the code below will only be executed in production - you can use [electron-is-dev](https://github.com/sindresorhus/electron-is-dev) for that):
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue