We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 174efd8 + 164278c commit 9265b61Copy full SHA for 9265b61
README.md
@@ -20,10 +20,9 @@ Version 2.1.1 for Thymeleaf 2
20
Version 3.y.z will be compatible with Thymeleaf 3
21
22
23
-Add the Layout dialect to your existing Thymeleaf template engine:
+Add the Spring Data dialect to your existing Thymeleaf template engine:
24
25
```java
26
-
27
templateEngine.addDialect(new SpringDataDialect()); // This line adds the dialect to Thymeleaf
28
```
29
0 commit comments