From c16b034b3f250bcb25acb1a4dbd127087aa0dc80 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Sat, 17 Apr 2021 20:02:46 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43ac102..68b0eb7 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ https://www.nuget.org/packages/AlwaysUpToDate ## How it works -AlwaysUpToDate downloads an json file containing update information from your server. +AlwaysUpToDate downloads a json file containing update information from your server. The file gets used to determent if an update is available. If the version in the file is greater than the assembly version of your application then either the update event gets triggered or you can decide if you want to download the update or if the update is marked as mandatory it gets downloaded and installed instantly. After the install the new version will be started automatically.