diff --git a/README.md b/README.md
index 26fa04c..ebf9b1e 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,12 @@
-stockmart
+StockMart
=========
A java based Virtual Stock Exchange Game (VSE)
-
Features and Improvements:
+Description:
+I developed the application in two parts, a client applet which interacts with a server application via TCP. The features of the client applet include live ranking, chat discussion, news items, company stocks and their market values, the status of share market and sensex. The features of the admin application (server) include live view of the users, their details, stocks and money, set news items, set time limit, block chat, delete user, view rankings, chat discussion and edit stock prices.
+
+Features and Improvements (Branch: real-bid):
Introduced real bidding whereas the code in the master branch operates on Monte Carlo simulation and there is no real bidding. Introduced many new features like bid graphs and order queue graphs !!! Fixed many bugs.... Developed a matching engine for matching orders or bids..... Improved code structure....
Screenshots:
@@ -15,6 +18,3 @@ Introduced real bidding whereas the code in the master branch operates on Monte
Client:
![capture2](https://cloud.githubusercontent.com/assets/4680789/6779389/8e4ead82-d181-11e4-8c69-0cae8d9bfd46.PNG)
![capture6](https://cloud.githubusercontent.com/assets/4680789/6779396/8efc74bc-d181-11e4-99ab-0274500ed4e8.PNG)
-
-Description:
-I developed the application in two parts, a client applet which interacts with a server application via TCP. The features of the client applet include live ranking, chat discussion, news items, company stocks and their market values, the status of share market and sensex. The features of the admin application (server) include live view of the users, their details, stocks and money, set news items, set time limit, block chat, delete user, view rankings, chat discussion and edit stock prices.