From 4931cef14103d974b334edac5ce0d92504625982 Mon Sep 17 00:00:00 2001 From: "Daniel K. O." Date: Sun, 26 Jan 2025 20:32:38 -0300 Subject: [PATCH] Fixed library name in README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 379734f..08cff04 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Publish Docker Image](https://github.com/wiiu-env/libmappedmemory/actions/workflows/push_image.yml/badge.svg)](https://github.com/wiiu-env/libmappedmemory/actions/workflows/push_image.yml) -# libmemorymapping +# libmappedmemory Requires the [MemoryMappingModule](https://github.com/wiiu-env/MemoryMappingModule) to be running via [WUMSLoader](https://github.com/wiiu-env/WUMSLoader). Requires [wut](https://github.com/devkitPro/wut) for building. Install via `make install`. @@ -33,4 +33,4 @@ It's highly recommended to pin the version to the **latest date** instead of usi ## Format the code via docker -`docker run --rm -v ${PWD}:/src ghcr.io/wiiu-env/clang-format:13.0.0-2 -r ./source ./include -i` \ No newline at end of file +`docker run --rm -v ${PWD}:/src ghcr.io/wiiu-env/clang-format:13.0.0-2 -r ./source ./include -i`