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