fix indentation on readme example
This commit is contained in:
parent
db2d4e685c
commit
c42af85c73
2 changed files with 10 additions and 9 deletions
|
@ -1 +1,2 @@
|
|||
/test/cases
|
||||
/test/cases
|
||||
README.md
|
16
README.md
16
README.md
|
@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue