From 74646448e7aefa696b6b7e80a9aeedc3b51b1ea3 Mon Sep 17 00:00:00 2001 From: Pk11 Date: Sun, 1 Nov 2020 15:51:24 -0600 Subject: [PATCH] Updated installCia (markdown) --- installCia.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/installCia.md b/installCia.md index f858e0a..082629c 100644 --- a/installCia.md +++ b/installCia.md @@ -1,13 +1,14 @@ -The Function `installCia` contains 2 Parameters. +The `installCia` function contains 2 parameters. It installs the specified CIA file. `file` -> The path to the cia file. `message` -> Message while installing. -You can find an example here: -``` - { - "type": "installCia", - "file": "sdmc:/Universal-Updater.cia", - "message": "Installing the Cia..." - } \ No newline at end of file +Example +```json +{ + "type": "installCia", + "file": "sdmc:/Universal-Updater.cia", + "message": "Installing the Cia..." +} +``` \ No newline at end of file