fix indentation on readme example

This commit is contained in:
davidodenwald 2022-11-18 21:22:28 +01:00
parent db2d4e685c
commit c42af85c73
2 changed files with 10 additions and 9 deletions

View file

@ -1 +1,2 @@
/test/cases /test/cases
README.md

View file

@ -14,13 +14,13 @@ To use it with basic .html files, you'll have to override the used parser inside
```json ```json
{ {
"overrides": [ "overrides": [
{ {
"files": ["*.html"], "files": ["*.html"],
"options": { "options": {
"parser": "jinja-template" "parser": "jinja-template"
} }
} }
] ]
} }
``` ```