cloudstore-aplcache
Changes
README.md 2(+1 -1)
Details
README.md 2(+1 -1)
diff --git a/README.md b/README.md
index 249ed74..8158ec1 100644
--- a/README.md
+++ b/README.md
@@ -73,7 +73,7 @@ Database can be generated for both SQL and MongoDB databases or you can use exis
#### **OPTION 1**: Generate database for SQL databases
-1. In ```hibernate.xml``` file make sure you have uncommented next line:
+1. In ```src/main/resources/hibernate.xml``` file make sure the following line is uncommented:
```
<prop key="hibernate.hbm2ddl.auto">update</prop>