From bcc199e35e47591d2ccad15cc78faae62f0307c7 Mon Sep 17 00:00:00 2001 From: Ivansek Date: Fri, 13 May 2016 08:58:32 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8158ec1..b462a21 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Database can be generated for both SQL and MongoDB databases or you can use exis 1. In ```src/main/resources/hibernate.xml``` file make sure the following line is uncommented: ``` - update + create-drop ``` 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.