From 808ded97be694d747c874207f72b0023ca03a1b9 Mon Sep 17 00:00:00 2001 From: Pk11 Date: Sun, 1 Nov 2020 15:59:58 -0600 Subject: [PATCH] Updated Path variables (markdown) --- Path-variables.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Path-variables.md b/Path-variables.md index df8834e..b10a6b9 100644 --- a/Path-variables.md +++ b/Path-variables.md @@ -1,8 +1,8 @@ There are three path variables that can be set by the user and used in scripts, they are: -- `%3DSX%`, which should be used for downloading 3DSX files. Defaults to `sdmc:/3ds/` -- `%NDS%`, which should be used when downloading NDS files. Defaults to `sdmc:/` -- `%ARCHIVE_DEFAULT%`, which should be used when extracting archives. Defaults to `sdmc:/` +- `%3DSX%`, which should be used for downloading 3DSX files. Defaults to `sdmc:/3ds` +- `%NDS%`, which should be used when downloading NDS files. Defaults to `sdmc:` +- `%ARCHIVE_DEFAULT%`, which should be used when extracting archives. Defaults to `sdmc:` Example: ```json