Skip to content

Commit

Permalink
README: config example type INI, add comma
Browse files Browse the repository at this point in the history
  • Loading branch information
RecursiveForest committed Mar 4, 2018
1 parent bfb3b3a commit 61afafc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ The simplest way to get started making accurate rips is:
## Configuration file documentation

The configuration file is stored in
`$XDG_CONFIG_HOME/whipper/whipper.conf` or
`$XDG_CONFIG_HOME/whipper/whipper.conf`, or
`$HOME/.config/whipper/whipper.conf` if `$XDG_CONFIG_HOME` is undefined.

See [XDG Base Directory
Expand All @@ -174,7 +174,7 @@ written by whipper; certain values should not be edited.
Example configuration demonstrating all `[main]` and `[musicbrainz]`
options:

```Python
```INI
[main]
path_filter_fat = True ; replace FAT file system unsafe characters in filenames with _
path_filter_special = False ; replace special characters in filenames with _
Expand Down

0 comments on commit 61afafc

Please sign in to comment.