Updated downloadFile (markdown)

Pk11
2020-11-01 15:47:00 -06:00
parent a17349c277
commit 6fea3c54bc
+7 -6
@@ -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"
}
{
"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"
}
```