Update comments to reflect config migration

This commit is contained in:
Dang Mai 2013-01-31 17:16:03 -05:00
parent ef8ef4c747
commit d4004f10fa

View file

@ -14,11 +14,11 @@
"""Updates an MPD index whenever the library is changed.
Put something like the following in your .beetsconfig to configure:
[mpdupdate]
host = localhost
port = 6600
password = seekrit
Put something like the following in your config.yaml to configure:
mpdupdate:
host: localhost
port: 6600
password: seekrit
"""
from __future__ import print_function