Skip to content

Commit

Permalink
Pointerise campfire variable in example
Browse files Browse the repository at this point in the history
  • Loading branch information
wjessop committed May 5, 2012
1 parent d99c0df commit 4a33d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -7,7 +7,7 @@ The framework is designed to be asynchronous and uses ASIHTTPRequest for the net
To get started you'll create an object like this

```objc
HappyCampfire campfire = [[HappyCampfire alloc] initWithCampfireURL:@"https://yourCampfireURL.campfirenow.com"];
HappyCampfire *campfire = [[HappyCampfire alloc] initWithCampfireURL:@"https://yourCampfireURL.campfirenow.com"];
campfire.delegate = self; // for using the streaming api
campfire.authToken = @"YOUR_AUTH_TOKEN";
```
Expand Down

0 comments on commit 4a33d48

Please sign in to comment.