diff --git a/README.md b/README.md
index d681f3e..644ea1a 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,2 @@
 # [Personal Project] :-Java-SnakeGame
-Running the code can play a snake game in which length of snake increases upto max(width*height,max_increment_food_length) upto which snake does not crashes by boundaries while eating food.
+Running the code will start a snake game in which the length of the snake increases up to max(width*height , max_increment_food_length) as long as the snake does not crash in the boundaries while eating food.