From 76cd8c517cbda0cfd2d4133aec31bb68c9cfab4c Mon Sep 17 00:00:00 2001 From: "Daniel K. O." Date: Sun, 26 Jan 2025 20:38:56 -0300 Subject: [PATCH] Fix a copy-paste mistake. Also, shortened the sentence a bit. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86439fd..8607467 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ WUMS_ROOT := $(DEVKITPRO)/wums ``` and add `-lnotifications` to `LIBS` and `$(WUMS_ROOT)` to `LIBDIRS`. -After that you can simply include `` to get access to the function patcher functions after calling `NotificationModule_InitLibrary()`. +Include `` to get access to the NotificationModule functions, after calling `NotificationModule_InitLibrary()`. ## Use this lib in Dockerfiles. A prebuilt version of this lib can found on dockerhub. To use it for your projects, add this to your Dockerfile.