diff --git a/README.md b/README.md
index 4910db4..65e0f43 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,9 @@
# 2048
An implementation of the game 2048 in C++ and SDL.
If you want to see it in action, Download the ```/Release``` folder with all the dll files in it and run 2048.exe
-
+
+
+
## Requirements
Requires linking SDL2 and SDL2_ttf libraries. If you want to modify this code,make sure to link those libraries to your Visual Studio solution.
## Built With