diff --git a/README.md b/README.md
index c52c3c65dc..1dd381c553 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@ To configure joypads, start up jstest /dev/input/js0 to determine which
# Compiling and installing
-Linux/Unix
+Linux/Unix
As most packages, SSNES is built using the standard ./configure && make && make install
Do note that the build system is not autotools based, but resembles it.
@@ -69,7 +69,7 @@ Notable options for ./configure:
Do note that these two options are mutually exclusive.
-Win32
+Win32
It is possible with MinGW to compile for Windows in either msys or Linux/Unix based systems. Do note that Windows build uses a static Makefile since configuration scripts create more harm than good on this platform. Libraries, headers, etc, needed to compile and run SSNES can be fetched with a Makefile target.
In Linux/Unix: