diff --git a/README.md b/README.md
index 09630b306a9505ab55803180643002117d552971..4211b85bfb083cac1831c9f965825b338ad603e4 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,10 @@
 # 2048 Game
 
 - [The Rules](#the-rules)
-- [The Aim](#the-aim)
 - [The Functions](#the-functions-in-depth)
 - [Images](#images)
+- [How To Play](#how-to-play) 
+- [Show randomness](#randomness-proof)
 
 
 
@@ -60,7 +61,10 @@ I then use a switch statement to match what key was pressed and to run a functio
 
     Compile using   "g++ main.cpp 2048.cpp -o 2048"
     Then run using ./2048
-    
+
+#### How To Play
+  Use Keys W,A,S,D to select your move and press enter to submit your move.
+  then follow [The Rules](#the-rules)
 
 # Images