From 6fea3c54bc447a53e5bdaa8fdb296aee12984f65 Mon Sep 17 00:00:00 2001 From: Pk11 Date: Sun, 1 Nov 2020 15:47:00 -0600 Subject: [PATCH] Updated downloadFile (markdown) --- downloadFile.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/downloadFile.md b/downloadFile.md index f453741..03e82ad 100644 --- a/downloadFile.md +++ b/downloadFile.md @@ -8,9 +8,10 @@ The `downloadFile` function has 3 parameters. It downloads the specified `file` Example: ```json - { - "type": "downloadFile", - "file": "https://github.com/Universal-Team/extras/raw/master/builds/Universal-Updater/Universal-Updater.cia", - "output": "sdmc:/Universal-Updater.cia", - "message": "Downloading Universal-Updater.cia" - } \ No newline at end of file +{ + "type": "downloadFile", + "file": "https://github.com/Universal-Team/extras/raw/master/builds/Universal-Updater/Universal-Updater.cia", + "output": "sdmc:/Universal-Updater.cia", + "message": "Downloading Universal-Updater.cia" +} +``` \ No newline at end of file