Skip to content

Commit 164278c

Browse files
committed
Remove reference to layout dialect
1 parent 174efd8 commit 164278c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ Version 2.1.1 for Thymeleaf 2
2020
Version 3.y.z will be compatible with Thymeleaf 3
2121

2222

23-
Add the Layout dialect to your existing Thymeleaf template engine:
23+
Add the Spring Data dialect to your existing Thymeleaf template engine:
2424

2525
```java
26-
2726
templateEngine.addDialect(new SpringDataDialect()); // This line adds the dialect to Thymeleaf
2827
```
2928

0 commit comments

Comments
 (0)