From fb49ef5dac36bdd0fa00402c3122793bf359f665 Mon Sep 17 00:00:00 2001 From: jwkwshjsjsj Date: Mon, 11 Aug 2025 22:58:19 +0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 76eb39a..47afb5d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![CI-Release](https://github.com/wiiu-env/NotificationModule/actions/workflows/ci.yml/badge.svg)](https://github.com/wiiu-env/NotificationModule/actions/workflows/ci.yml) +[![CI release](https://github.com/wiiu-env/NotificationModule/actions/workflows/ci.yml/badge.svg)](https://github.com/wiiu-env/NotificationModule/actions/workflows/ci.yml) See [libnotifications](https://github.com/wiiu-env/libnotifications). @@ -8,7 +8,7 @@ See [libnotifications](https://github.com/wiiu-env/libnotifications). 1. Copy the file `NotificationModule.wms` into `sd:/wiiu/environments/[ENVIRONMENT]/modules`. 2. Requires the [WUMSLoader](https://github.com/wiiu-env/WUMSLoader) in `sd:/wiiu/environments/[ENVIRONMENT]/modules/setup`. -## Buildflags +## Build flags ### Logging Building via `make` only logs errors (via OSReport). To enable logging via the [LoggingModule](https://github.com/wiiu-env/LoggingModule) set `DEBUG` to `1` or `VERBOSE`. @@ -34,6 +34,6 @@ docker run -it --rm -v ${PWD}:/project notificationmodule-builder make docker run -it --rm -v ${PWD}:/project notificationmodule-builder make clean ``` -## Format the code via docker +## Format the code via Docker -`docker run --rm -v ${PWD}:/src ghcr.io/wiiu-env/clang-format:13.0.0-2 -r ./src -i` \ No newline at end of file +`docker run --rm -v ${PWD}:/src ghcr.io/wiiu-env/clang-format:13.0.0-2 -r ./src -i`