Update README.md

This commit is contained in:
Stone_Red
2021-04-16 12:50:32 +02:00
committed by GitHub
parent 7d0e304e79
commit ccc5fe9651
+1 -1
View File
@@ -61,7 +61,7 @@ private static void Downloader_ProgressChanged(long? totalFileSize, long totalBy
``` ```
### Handeling the update ### Handeling the update
``` ```
private static void Updater_UpdateAvailible(string version, string additionalInformationUrl) private static void Updater_UpdateAvailible(string version, string additionalInformation)
{ {
Console.WriteLine("New Update avalible: " + version); Console.WriteLine("New Update avalible: " + version);
Console.WriteLine("Do you want to install the new update? (y/n)"); Console.WriteLine("Do you want to install the new update? (y/n)");