diff --git a/README.md b/README.md index 7d371ab8..958c8195 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The Thymeleaf Layout Dialect adds the ability to decorate templates - automatically for the `` section of an HTML template, and explicitly through extension points that developers can add to their templates. This all adds up to create layouts that can be extended in a manner similar to classical -inheritence. +inheritance. For example, given a common `layout.html` file, set some shared static assets in the `` and define extension points in the body with the `layout:fragment`