mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Fix minor typo in README.md.
This commit is contained in:
parent
9b86e847b8
commit
8a51cea593
1 changed files with 2 additions and 2 deletions
|
@ -138,8 +138,8 @@ Example:
|
|||
"default": true,
|
||||
"MD003": { "style": "atx_closed" },
|
||||
"MD007": { "indent": 4 },
|
||||
"MD009": false
|
||||
"whitespace": false,
|
||||
"MD009": false,
|
||||
"whitespace": false
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue