Skip to content

Commit e7a499c

Browse files
committed
Updated README
1 parent 2eefc97 commit e7a499c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Spotify Web API
22
===============
33

4+
[![Build Status](https://travis-ci.org/jonjomckay/spotify-web-api.png?branch=develop)](https://travis-ci.org/jonjomckay/spotify-web-api)
5+
46
## Requirements
57

68
* PHP 5.3+
@@ -36,8 +38,8 @@ Oauth2\Client\Provider\Spotify`):
3638
$api->getTracks(array('id-1', 'id-2', 'id-3'));
3739
$api->getUserProfile('id');
3840
$api->getCurrentUser();
39-
$api->getPlaylist('id', 'userId');
40-
$api->getPlaylistTracks('id', 'userId');
41+
$api->getUserPlaylist('userId', 'id');
42+
$api->getUserPlaylistTracks('userId', 'id');
4143
$api->getUserPlaylists('id');
4244
```
4345

0 commit comments

Comments
 (0)