From b1169d082a5dffa7048f46c51460ec98d2395a8b Mon Sep 17 00:00:00 2001
From: bertrand <bpinel@ippon.fr>
Date: Mon, 20 May 2019 10:18:00 +0200
Subject: [PATCH] Small changes in README

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 535a211..76031da 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,7 @@ ember-aws-ehipster
 
 This addon simplify the generation of code for model build with JDL Studio https://start.jhipster.tech/jdl-studio/ 
 It also guide you to set up a JSON-API server on top of AWS API Gateway, Lambda and DynamoDB. 
+Since v0.6, it also interact with Cognito to deal with authentication. 
 
 It could also be seen as a starter for setting up Mirage, allowing the developper to build a full working application (using mock data) entirely running on the client. Once the development is over, the persistance can be delegated to an AWS API Gateway using a lambda function storing objects in DynamoDB.
 
@@ -12,6 +13,7 @@ A full tutorial is available on the Ippon Blog :
 * in english: https://blog.ippon.tech/a-guinea-pig-in-the-cloud/ 
 * in french: https://blog.ippon.fr/2019/03/19/un-cochon-dinde-dans-le-cloud/ 
 
+The previous tutorial works perfectly with version < 0.6. For version >= 0.6, you just have to configure your Cognito information in environment.js.
 
 Installation
 ------------------------------------------------------------------------------
-- 
GitLab