From faa0eb1422e3825a525b1d6ca603d988ed913b9a Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 20 Mar 2022 19:42:15 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5e824c..1dc2afc 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Make sure to define ``` WUMS_ROOT := $(DEVKITPRO)/wums ``` -and add `-lkernel` to `LIBS` and `$(WUMS_ROOT)` to `LIBDIRS`. +and add `-lsdutils` to `LIBS` and `$(WUMS_ROOT)` to `LIBDIRS`. After that you can simply include `` to get access to the sdutils functions.