From e6d870f8c90b58fbec2dc3d0d9774c33051d3ba1 Mon Sep 17 00:00:00 2001 From: JK_ <39171744+J-D-K@users.noreply.github.com> Date: Mon, 23 Jul 2018 19:23:55 -0400 Subject: [PATCH] Update README.MD --- README.MD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index 471d68a..a5d0b49 100644 --- a/README.MD +++ b/README.MD @@ -2,9 +2,9 @@ WIP save manager for Switch. Started to get familiar with libnx and test my basic, _mostly_ self written graphics drawing file. **This is still a WIP. Nothing is final yet!** -** A custom 1280x720 background can be used by placing a JPEG named 'back.jpg' in the JKSV folder ex: "_sdmc:/JKSV/back.jpg_"** +**A custom 1280x720 background can be used by placing a JPEG named 'back.jpg' in the JKSV folder ex: "_sdmc:/JKSV/back.jpg_"** -** A custom font can be loaded by placing a TTF file in the folder named 'font.ttf' ex: "_sdmc:/JKSV/font.ttf_"** +**A custom font can be loaded by placing a TTF file in the folder named 'font.ttf' ex: "_sdmc:/JKSV/font.ttf_"** More customization in the future, maybe.