diff --git a/README.md b/README.md
index ac907bf..4b63f64 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# MessengerApp
Basic messaging app to display messages over local WebSocket.
-
+
## Objective
The task was to create an android messaging application over a WebSocket. The application should be a one screen application hosting a message entry box, send button and message list hosting the conversation. The Conversation should be ordered with oldest messages at the top and newest at the bottom.