From 1c89627fc37d505ed0ac627b8eeea5d8073d9b8c Mon Sep 17 00:00:00 2001
From: Souldbminer <162390887+souldbminersmwc@users.noreply.github.com>
Date: Thu, 25 Sep 2025 21:40:53 -0400
Subject: [PATCH] Update README.md
---
README.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index ba961400..5f7cf3e6 100644
--- a/README.md
+++ b/README.md
@@ -33,10 +33,10 @@ Extract sysmodule into root of SD card
Ensure you are using latest Atmosphere, otherwise the console will not boot
## Configuration
-Download the latest configurator on your computer
-Run the file
-Select the drive your SD card or UMS device is mounted as
-Configure the kip to your liking, and in the end, save it
+Download the latest configurator on your computer
+Run the file
+Select the drive your SD card or UMS device is mounted as
+Configure the kip to your liking, and in the end, save it
## Building
Set up a development enviorment ready to compile Atmosphere
@@ -44,8 +44,8 @@ Git clone Atmosphere, and move the cloned folder into build/
Insert Source/stratosphere folder into build/
Run build.sh
-To build the configurator, clone it's repo (souldbminersmwc/ocs2-configurator)
-Run build.bat or cd into folder and run "python -m PyInstaller --onefile --add-data "assets;assets" --icon=assets/icon.ico --noconsole src/main.py"
+To build the configurator, clone it's repo (souldbminersmwc/ocs2-configurator)
+Run build.bat or cd into folder and run "python -m PyInstaller --onefile --add-data "assets;assets" --icon=assets/icon.ico --noconsole src/main.py"
## Credits