cloudstore-developers

Changed README.md

2/12/2014 1:11:24 PM

Changes

Details

diff --git a/application/README.md b/application/README.md
index 2d41167..b1381cb 100644
--- a/application/README.md
+++ b/application/README.md
@@ -1,11 +1,8 @@
-Showcase
-========
+##Showcase
 The software in this folder is a showcase for validation of tools developed during CloudScale project.
 
-Usage
-=====
-
-Building
+##Usage
+###Building
 --------
 Before building a `war` package choose which database you want to use. Showcase support two databases, MySQL and MongoDB. Configuration files for each one are in `src/main/resources/database/`.
 
@@ -13,8 +10,10 @@ To build showcase for MySQL or MongoDB use Maven profiles:
 
 ```bash 
 $ mvn -Pamazon-hibernate install
+```
 
 or
 
 ```bash
 $ mvn -Pamazon-mongodb install
+```