Fixing typo in USAGE.md (#682)

There is a typo in the settings for an invalid config. The original file from the ~skilion~ project looks like this:
skip_file = ".*|~*". Makes it easier to understand what to change in case of an upgrade in my opinion.
This commit is contained in:
Stig Dahl 2019-10-03 23:50:20 +02:00 committed by abraunegg
parent 94df009b7d
commit 8b969deae8

View file

@ -9,7 +9,7 @@ Additionally, if you are using a 'config' file within your configuration directo
**Invalid configuration:**
```text
skip_file = "= .*|~*"
skip_file = ".*|~*"
```
**Minimum valid configuration:**
```text