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