From 129855428426abdd92e0653aea017c005759ce74 Mon Sep 17 00:00:00 2001 From: Ersan Ceylan Date: Tue, 30 Apr 2019 16:03:41 +0300 Subject: [PATCH] update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 99de322..0f41e82 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ Note that demo page is a Heroku app so it may be sleeping when you first open th Just add the dependency to your maven/gradle of your Spring Boot application then it will autoconfigure itself and _Better Error Pages_ will be available if your active profiles includes `dev` or `development`. +It is assumed that you are already using **thymeleaf** as template engine. + **Adding the dependency to your project** ```xml