From 3068255cb9b163ba18572e5e004f8f3a804bd3f9 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 30 Jan 2022 16:49:28 +0100 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e37f8d6..b98a6ca 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## Usage (`[ENVIRONMENT]` is a placeholder for the actual environment name.) -1. Copy the file into `USBSerialLoggingModule.wms` into `sd:/wiiu/environments/[ENVIRONMENT]/modules`. +1. Copy the file `USBSerialLoggingModule.wms` into `sd:/wiiu/environments/[ENVIRONMENT]/modules`. 2. Requires the [WUMSLoader](https://github.com/wiiu-env/WUMSLoader) in `sd:/wiiu/environments/[ENVIRONMENT]/modules/setup`. ## Building using the Dockerfile