Skip to content

Commit

Permalink
update readme w/ link to main.m
Browse files Browse the repository at this point in the history
  • Loading branch information
connor committed Aug 8, 2012
1 parent c25975f commit 488a1a1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
Binary file not shown.
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -22,7 +22,13 @@ available):
// stores the info result in an infoResult variable
// parameter is a URL passed via a string
id infoResult = [d info:@"cnnr.me"];



## Example

I have an example in [main.m](https://github.com/connor/domainr-objectiveC/blob/master/main.m). The easiest way to see this in action is
to open the Xcode project up and run it. You will see the log populate
with the responses from Domainr.

## Thanks
A **huge** thank you to Joshua Russell for his [Dribbble API Wrapper](https://github.com/joshuarussell/Objective-Dribbble),
Expand Down
4 changes: 2 additions & 2 deletions main.m
Expand Up @@ -34,8 +34,8 @@ int main (int argc, const char * argv[]) {
NSLog(@"%@", infoResult);

NSLog(@"----------------------------------------------------------------------");
NSLog(@"That's all, folks.");
NSLog(@"----------------------------------------------------------------------");
NSLog(@"That's all, folks.");
NSLog(@"----------------------------------------------------------------------");

[pool drain];

Expand Down

0 comments on commit 488a1a1

Please sign in to comment.