Update README.md

Changed "void Connect()" to "Boolean Connect()" and added Description
This commit is contained in:
Jonas Dellinger 2014-02-17 13:09:46 +01:00
parent 28e61c638b
commit c96bd480a6

View File

@ -18,8 +18,9 @@ Usage:
### SpotifyAPI ### SpotifyAPI
#####void Connect() #####Boolean Connect()
> Connects the SpotifyAPI to the Spotify Client (Needs to be called before making calls, Spotify has to run) > Connects the SpotifyAPI to the Spotify Client (Needs to be called before making calls, Spotify has to run)
> Returns true if it was successful
#####void Update() #####void Update()
> Updates Information about Tracks etc. > Updates Information about Tracks etc.