Fix a copy-paste mistake.
Some checks failed
Publish Docker Image / build-and-push-image (push) Has been cancelled

Also, shortened the sentence a bit.
This commit is contained in:
Daniel K. O. 2025-01-26 20:38:56 -03:00 committed by Maschell
parent 45075de5f5
commit 824e6e8ced

View File

@ -12,7 +12,7 @@ WUMS_ROOT := $(DEVKITPRO)/wums
```
and add `-lnotifications` to `LIBS` and `$(WUMS_ROOT)` to `LIBDIRS`.
After that you can simply include `<notifications/notifications.h>` to get access to the function patcher functions after calling `NotificationModule_InitLibrary()`.
Include `<notifications/notifications.h>` 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.