From c95fef4343d97abd38f9f169b352c73306e3cf75 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Mon, 8 Mar 2010 17:26:23 +0100 Subject: [PATCH] docs: Update libspotify test example --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index f0aca702..eecd5ab4 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -135,7 +135,7 @@ binary version, and place the file at ``pyspotify/spotify_appkey.key``. Test your libspotify setup:: - ./example1.py -u USERNAME -p PASSWORD + examples/example1.py -u USERNAME -p PASSWORD .. note::