cloudstore-developers

Update README.md

4/20/2015 10:05:03 AM

Changes

README.md 10(+4 -6)

Details

README.md 10(+4 -6)

diff --git a/README.md b/README.md
index 894e564..3f42658 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,8 @@
-## Introduction
+## Showcase
 
-```application``` - Showcase source code
+The showcase is e-commerce web application developed by using [TPC-W](http://www.tpc.org/tpcw/) standard and it is used to validate the tools that were developed during project. Application was developed in Java Springframework and you can find its source code in [application](tree/master/application) directory. 
 
-```deployment-scripts``` - Deployment scripts source code
+We also developed [deployment scripts](tree/master/deployment-scripts) to deploy showcase on Amazon Web Services public cloud and on OpenStack private cloud. In order to load test application we developed [distributed JMeter](tree/master/distributed-jmeter) application which helps us deploying distributed JMeter on Amazon Web Services or on OpenStack.
 
-```distributed-jmeter``` - Distributed JMeter scripts source code
-
-```Response generator``` - Response generator source code
+In this repository you will also find the [response generator](tree/master/response-generator) application which we use to simulate the payment gateway of showcase application.