Skip to content

Commit

Permalink
Merge pull request #5 from ultraq/patch-1
Browse files Browse the repository at this point in the history
Remove reference to layout dialect
  • Loading branch information
jpenren committed Apr 21, 2016
2 parents 174efd8 + 164278c commit 9265b61
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 9265b61

Please sign in to comment.