Skip to content

Commit

Permalink
clarified PHP classes example
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasberglund committed Feb 23, 2010
1 parent 6c154e5 commit eab23bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/clients/DespotifyPHP/examples/songlisting.php
Expand Up @@ -16,8 +16,8 @@


// replace these with a valid Spotify premium username and password
$username = 'niklasb';
$password = 'xnyhdx';
$username = 'your username';
$password = 'your password';

// specify how to connect to the gateway
$gateway = '127.0.0.1';
Expand Down Expand Up @@ -86,4 +86,4 @@



?>
?>

0 comments on commit eab23bc

Please sign in to comment.