cloudstore-developers
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>```.