diff --git a/README.md b/README.md index 4509a1a..c8137a3 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ Each HTML file will be treated as an email template, except for `*.inc.html`. Se ### Using partials (*.inc.html) -By naming files with `*.inc.html`, they become partials. Partials will not be treated as templates (ignored), but they can be included in any HTML template using a `@include` HTML comment. +By naming files with `*.inc.html`, they become partials. Partials will not be treated as templates (ignored), but they can be included in any HTML template using the `@include` HTML comment. ```html