Skip to content

Commit

Permalink
Fixes method name error
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagocaiubi committed Jul 18, 2012
1 parent 6a55e6f commit e7499c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ instance: ::

import soundcloud

client = soundcloud.client(client_id=YOUR_CLIENT_ID)
client = soundcloud.Client(client_id=YOUR_CLIENT_ID)
track = client.get('/tracks/30709985')
print track.title

Expand Down

0 comments on commit e7499c9

Please sign in to comment.