From 164278c7e40307b215915d2d8f21b0f1b805b59c Mon Sep 17 00:00:00 2001 From: Emanuel Rabina Date: Thu, 21 Apr 2016 21:14:14 +1200 Subject: [PATCH] Remove reference to layout dialect --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3910ed4..959de4e 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,9 @@ Version 2.1.1 for Thymeleaf 2 Version 3.y.z will be compatible with Thymeleaf 3 -Add the Layout dialect to your existing Thymeleaf template engine: +Add the Spring Data dialect to your existing Thymeleaf template engine: ```java - templateEngine.addDialect(new SpringDataDialect()); // This line adds the dialect to Thymeleaf ```