Fixed wording
This commit is contained in:
parent
06f4c1b337
commit
cfe914ff83
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ Depending on your needs, you can choose from one of these:
|
||||||
|
|
||||||
## Implementing 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. The following code might vary for a different update server, but it works like described when using [Hazel](https://github.com/zeit/hazel).
|
Once you've deployed your update server, continue with importing the required modules in your code (the following code might vary for different server software, but it works like described when using [Hazel](https://github.com/zeit/hazel)).
|
||||||
|
|
||||||
**Important:** 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) to check for the environment).
|
**Important:** 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) to check for the environment).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue