diff --git a/docs/installation.rst b/docs/installation.rst index f6eb8326..0d5f29be 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -126,7 +126,7 @@ libspotify backend, copy the Spotify application key to ``mopidy/spotify_appkey.key``, and add the following to ``mopidy/mopidy/local_settings.py``:: - BACKEND=u'mopidy.backends.libspotify.LibspotifyBackend' + BACKEND = u'mopidy.backends.libspotify.LibspotifyBackend' To start Mopidy, go to the root of the Mopidy project, then simply run::