cloudstore-developers
Details
application/README.md 7(+4 -3)
diff --git a/application/README.md b/application/README.md
index a0f48c9..7ccc0f2 100644
--- a/application/README.md
+++ b/application/README.md
@@ -1,8 +1,9 @@
### Introduction
-In this directory you will find the source code for showcase for CloudScale project. The showcase is a webapplication of reimplemented book shop according to TPC-W specifications and it's written in Spring framework.
+In this directory you will find the source code of the CloudStore, a showcase for CloudScale project.
+The showcase is a web application implementing an on-line book shop following the TPC-W specifications, and it's written using the Spring framework.
-This is Eclipse project so we recommend to import this project into Eclipse and contuine from there.
+Being an Eclipse project, we recommend to import this project into Eclipse and continue from there.
### Running from Eclipse
@@ -64,4 +65,4 @@ with
You'll also need to edit a configuration for choosen database `hibernate.xml` or `mongodb.xml` and set the actual number instead of variable placeholder `${connection_pool_size}`.
-Then you can run `src/main/java/eu/cloudscale/showcase/generate/Generate.java` from Eclipse
\ No newline at end of file
+Then you can run `src/main/java/eu/cloudscale/showcase/generate/Generate.java` from Eclipse
README.md 4(+2 -2)
diff --git a/README.md b/README.md
index acffcfb..679acde 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
CloudScale project
==================
-Here you will find showcase, deployment scripts for showcase and Django application for distributed JMeter which runs on Amazon Web Services.
+Here you will the showcase CloudStore implementarion, deployment scripts for the showcase and a Django application for distributed JMeter, which runs on Amazon Web Services.
-In each folder you have more specific instructions on how to use each software.
+In each folder you have more specific instructions on how to use each piece of software.