From cd3e919448c18c42450dfb73dbf87d3d75390ebb Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Sat, 17 Apr 2021 20:01:18 +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 3d05e6a..43ac102 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ https://www.nuget.org/packages/AlwaysUpToDate ## How it works -AlwaysUpToDate downloads an json information file containing update information from your server. +AlwaysUpToDate downloads an 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.