cloudstore-developers

Update README.md

5/13/2016 4:00:05 AM
v2

Changes

README.md 2(+1 -1)

Details

README.md 2(+1 -1)

diff --git a/README.md b/README.md
index b462a21..cd7a4b9 100644
--- a/README.md
+++ b/README.md
@@ -79,7 +79,7 @@ Database can be generated for both SQL and MongoDB databases or you can use exis
    <prop key="hibernate.hbm2ddl.auto">create-drop</prop>
    ```
    
-2. Make sure you have edited the configuration file for database ```src/main/resources/database/database.aws.hibernate.properties```. For more information see **Configuration** section.
+2. Make sure you have edited the configuration file for database ```src/main/resources/database/database.hibernate.properties```. For more information see **Configuration** section.
 
 3. Then run ```generate.sh``` which takes two parameters: ```<sql|mongo>``` and ```<number of items>```.