From d4004f10fa51c66e5d55861e1aae85182d30b21c Mon Sep 17 00:00:00 2001 From: Dang Mai Date: Thu, 31 Jan 2013 17:16:03 -0500 Subject: [PATCH] Update comments to reflect config migration --- beetsplug/mpdupdate.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/beetsplug/mpdupdate.py b/beetsplug/mpdupdate.py index 61ea0b82c..0360a45df 100644 --- a/beetsplug/mpdupdate.py +++ b/beetsplug/mpdupdate.py @@ -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