Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Lenards committed Feb 3, 2012
1 parent 4c25183 commit 0da59e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ __NOTE__: You *must* add `-Objc` and `-all_load` to your project's "Additional L
...
[ENAPI initWithApiKey:@"YOURAPIKEY"];
ENAPIRequest *request = [ENAPIRequest requestForEndpoint:@"artist/audio"];
request.delegate = self; // our class impelments ENAPIRequestDelegate
request.delegate = self; // our class implements ENAPIRequestDelegate
[request setValue:@"Radiohead" forParameter:@"name"]; // name=Radiohead
[request setIntegerValue:15 forParameter:@"results"]; // results=15
[request startAsynchronous];
Expand Down

0 comments on commit 0da59e1

Please sign in to comment.