From 2bd70973d19f83e509ce0389772355a4accc5144 Mon Sep 17 00:00:00 2001 From: VoltZ <47382115+SuperSaiyajinVoltZ@users.noreply.github.com> Date: Mon, 11 Nov 2019 15:20:09 +0100 Subject: [PATCH] Derp. --- downloadRelease.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/downloadRelease.md b/downloadRelease.md index 9220c9d..70aefc9 100644 --- a/downloadRelease.md +++ b/downloadRelease.md @@ -6,7 +6,7 @@ The Function `downloadRelease` contains 4 Parameters, but it can have 5, if you `output` -> Where should the File be placed? -*optional* `prerelease` -> `true / false`! +*optional* `includePrereleases` -> `true / false`! `message` -> The Message which should be displayed while downloading. @@ -17,6 +17,6 @@ You can find an example here: "repo": "Universal-Team/Universal-Updater", "file": "Universal-Updater.cia", "output": "sdmc:/Universal-Updater.cia", - "prereleases": false, + "includePrereleases": false, "message": "Downloading Universal-Updater.cia" } \ No newline at end of file