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
{
"overrides": [
{
"files": ["*.html"],
"options": {
"parser": "jinja-template"
}
}
]
"overrides": [
{
"files": ["*.html"],
"options": {
"parser": "jinja-template"
}
}
]
}
```