Update README.md

Updating broken Last.fm API URL to working one.
This commit is contained in:
David Metcalfe 2017-02-02 21:27:13 -08:00 committed by GitHub
parent 7b3ab250df
commit a4ec4b5b82

View file

@ -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"