diff --git a/docs/README.md b/docs/README.md index 0746ca1..3aed286 100644 --- a/docs/README.md +++ b/docs/README.md @@ -8,18 +8,19 @@ Dotenv-linter can [check](/usage/check) / [fix](/usage/fix) / [compare](/usage/c **Available checks**:
- ✅ Duplicated Key
- ✅ Ending Blank Line
- ✅ Extra Blank Line
+ ✅ Duplicated key
+ ✅ Ending blank line
+ ✅ Extra blank line
✅ Incorrect delimiter
✅ Key without value
✅ Leading character
✅ Lowercase key
✅ Quote character
✅ Space character
- ✅ Substitution Key
+ ✅ Substitution key
✅ Trailing whitespace
- ✅ Unordered Key
+ ✅ Unordered key
+ ✅ Value without quotes