From 641ca9f6323325c25756e958b663687836926acb Mon Sep 17 00:00:00 2001 From: Pk11 Date: Sun, 1 Nov 2020 15:45:48 -0600 Subject: [PATCH] Updated downloadFile (markdown) --- downloadFile.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/downloadFile.md b/downloadFile.md index 08eefff..f453741 100644 --- a/downloadFile.md +++ b/downloadFile.md @@ -1,4 +1,4 @@ -The Function `downloadFile` contains 3 Parameters. +The `downloadFile` function has 3 parameters. It downloads the specified `file` to `output`. `file` -> Which means the Download URL to the File. @@ -6,8 +6,8 @@ The Function `downloadFile` contains 3 Parameters. `message` -> The Message, which should be displayed while downloading. -You can find an example here: -``` +Example: +```json { "type": "downloadFile", "file": "https://github.com/Universal-Team/extras/raw/master/builds/Universal-Updater/Universal-Updater.cia",