Browse Source

Fix YAML exclusions

tags/v0.2.1
Dylan Baker 4 years ago
parent
commit
b52e443418
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

@@ -39,7 +39,7 @@ follows:
39 39
 |--------|-----------------------------------|
40 40
 | JSON   | `rangeEnd` , `filepath`, `parser` |
41 41
 | TOML   | `rangeEnd`, `filepath`, `parser`  |
42
-| YAML   | `rangeEnd`                        |
42
+| YAML   | `filepath`, `parser`  |
43 43
 
44 44
 ## License
45 45
 

Loading…
Cancel
Save