diff options
author | Christian Hesse <mail@eworm.de> | 2016-10-06 09:38:44 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2016-10-06 09:38:44 +0200 |
commit | 22e8c2c2c035adfd6d4b0c5f2621d73ea31f0bab (patch) | |
tree | d101fc910f5d8cfe490d00aaecd3038e8f10a8ab | |
parent | 071597337d00070b44e67fcc1458bcf1f5f343a6 (diff) | |
download | mpd-notification-22e8c2c2c035adfd6d4b0c5f2621d73ea31f0bab.tar.gz mpd-notification-22e8c2c2c035adfd6d4b0c5f2621d73ea31f0bab.tar.zst |
fix configuration file path in documentation
This is stored in ~/.config/, no ~/.local/.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ Configuration ------------- Configuration options can be read from a configuration file. `mpd` -tries to read `~/.local/mpd-notification.conf`, which is expected to +tries to read `~/.config/mpd-notification.conf`, which is expected to look like this: host = localhost |