From cfe914ff8323afcd5131e562aacbf696c3d70625 Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Sat, 12 Aug 2017 01:24:56 +0200 Subject: [PATCH] Fixed wording --- docs/tutorial/updates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/updates.md b/docs/tutorial/updates.md index 60862ddc56d3..bd3d5d345a7d 100644 --- a/docs/tutorial/updates.md +++ b/docs/tutorial/updates.md @@ -14,7 +14,7 @@ Depending on your needs, you can choose from one of these: ## 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).