From a4ec4b5b828a5756eceb845401d8bbcaad4b4167 Mon Sep 17 00:00:00 2001 From: David Metcalfe Date: Thu, 2 Feb 2017 21:27:13 -0800 Subject: [PATCH] Update README.md Updating broken Last.fm API URL to working one. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5bb5dd..e98dcf6 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Here's some simple code example to get you started. In order to create any objec import pylast # You have to have your own unique two values for API_KEY and API_SECRET -# Obtain yours from http://www.last.fm/api/account for Last.fm +# Obtain yours from http://www.last.fm/api/account/create for Last.fm API_KEY = "b25b959554ed76058ac220b7b2e0a026" # this is a sample key API_SECRET = "425b55975eed76058ac220b7b4e8a054"