diff --git a/README.md b/README.md
index 81da4656..5b2916b2 100644
--- a/README.md
+++ b/README.md
@@ -1,22 +1,71 @@
-## NOTICE: THIS PROJECT IS STILL IN ALPHA
-
-# What is SMAPI
-
-SMAPI (Stardew Modding Application Programming Interface) is a tool to help modders make changes to Stardew. It is a standalone executable which goes alongside your Stardew.exe.
-
-## Installation
-
-To install SMAPI:
-- Firstly, make sure you have .NET 4.5. You can get it here: https://www.microsoft.com/en-gb/download/details.aspx?id=30653
-- Download the the latest release binary here: https://github.com/ClxS/SMAPI/releases/latest
-- Extract the zip file alongside your Stardew.exe, for example, if using Steam this would be somewhere like C:/ProgramFiles/Steam/steamapps/common/StardewValley
-- To launch SMAPI, launch StardewValleyModdingAPI.exe
-
-## Future Plans
-- Content only mods
-- Support for a wide range of events
-- Enable the addition of new custom content such as locations, NPCs, and items.
-
-## Mod Developers!
-
-Mod developers would work off the release branch. The master branch will contain mid-version updates which could make your mods incompatable with both the current release and the upcoming releases.
+
+
+
+
+
+
+ ABOUT |
+
+
+
+ SMAPI (Stardew Modding Application Programming Interface) is a tool to help modders make changes to Stardew. It is a standalone executable which goes alongside your Stardew.exe.
+ |
+
+
+
+
+
+ INSTALLATION |
+
+
+
+
+ - Make sure all requirements are installed.
+ - Extract the SMAPI zip archive alongside your Stardew.exe. For example, if using Steam this would be somewhere like ‘C:/ProgramFiles/Steam/steamapps/common/StardewValley’.
+ - To launch SMAPI, launch StardewValleyModdingAPI.exe.
+
+ |
+
+
+
+
+ FUTURE PLANS |
+
+
+
+
+ - Content only mods.
+ - Support for a wide range of events.
+ - Enable the addition of new custom content such as locations, NPCs, and items.
+
+ |
+
+
+
+
+ MOD DEVELOPERS |
+
+
+
+ Mod developers would work off the release branch. The master branch will contain mid-version updates which could make your mods incompatable with both the current release and the upcoming releases. You should also take a look at the Wiki for some quick modding tutorials.
+ |
+
+
+
+