diff --git a/README.md b/README.md
index b722907..30a6f9e 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
-
+
+
# Othelloworld
This is a small exercise which involves creating a functioning othello/reversi game in the terminal and implementing the minimax algorithm in order to create an AI for the player to play against. Part of a hobby hackathon with my friends.