diff --git a/README.md b/README.md index d54d8d7..426388e 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Use an array instead of object in `conf.json`, having multiple configs like the Config variables are be made available in all HTML files.
Add any variable to the configuration file and use it in HTML like so: -```markup +```html

``` @@ -100,7 +100,7 @@ If you indeed have multiple emails in the same templates, you can be sure some o Luckily, partials can be used for common parts (i.e. headers, footers). Partials *will not* be treated as a email template, but ignored when built. They can however be included in other HTML files, like so: -```markup +```html