diff --git a/UniStore-example.md b/UniStore-example.md index 23947bd..850720d 100644 --- a/UniStore-example.md +++ b/UniStore-example.md @@ -34,6 +34,16 @@ Here is an example UniStore with one app }, "storeContent": [ { + "info": { + "author": "Universal-Team", + "category": "utility", + "console": "3DS", + "description": "A multiapp, JSON script-based updater for Nintendo 3DS", + "icon_index": 0, + "last_updated": "2020-07-02 at 14:03 (UTC)", + "title": "Universal-Updater", + "version": "v2.5.1" + }, "Download Universal-Updater.3dsx": [ { "file": "https://github.com/Universal-Team/Universal-Updater/releases/download/v2.5.1/Universal-Updater.3dsx", @@ -59,17 +69,7 @@ Here is an example UniStore with one app "message": "Deleting Universal-Updater.cia.", "type": "deleteFile" } - ], - "info": { - "author": "Universal-Team", - "category": "utility", - "console": "3DS", - "description": "A multiapp, JSON script-based updater for Nintendo 3DS", - "icon_index": 0, - "last_updated": "2020-07-02 at 14:03 (UTC)", - "title": "Universal-Updater", - "version": "v2.5.1" - } + ] } ] }