diff --git a/docs/src/index.rst b/docs/src/index.rst index 57035dd..7ee0433 100644 --- a/docs/src/index.rst +++ b/docs/src/index.rst @@ -56,7 +56,7 @@ file: from lyricsgenius import Genius genius = Genius(token) - genius.search_artist('Andy Shauf') + artist = genius.search_artist('Andy Shauf') artist.save_lyrics() But before using the library you will need to get an access token. Head over