From bda3dfe47305c8b70ec7c5c4bf0cce8a927df030 Mon Sep 17 00:00:00 2001 From: NPC-C83H Date: Sat, 27 Feb 2021 10:09:54 +0800 Subject: [PATCH] Update README.MD required package-names typo for libjson-c(without `-` between 'lib' and 'json-c') --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index d4902ed..af82f9e 100644 --- a/README.MD +++ b/README.MD @@ -75,7 +75,7 @@ JKSV on Switch started as a small project/port to test some things and get famil ## Building: 1. Requires [devkitPro](https://devkitpro.org/) and [libnx](https://github.com/switchbrew/libnx) -2. Requires switch-freetype, libpng, zlib, libjpeg-turbo, lib-curl, and lib-json-c +2. Requires switch-[freetype, libpng, zlib, libjpeg-turbo, curl, and libjson-c] ## Credits and Thanks: * [shared-font](https://github.com/switchbrew/switch-portlibs-examples) example by yellows8