Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgrenon committed Jul 13, 2011
1 parent 66e7730 commit 5eae294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -18,13 +18,13 @@ An Objective-C Library(with examples) for the Posterous 2.0 API


#Calling PosterousObjC methods in your project
Note: You will need to set EMAIL, PASSWORD, APITOKEN (located at the top of the PosterousClient.h) to your Posterous email, password, and apitoken before using this library in your project.

1. Import PosterousClient.h in the header class of the controller that will use this library.

import "PosterousClient.h"

2. Create an instance of PosterousClient within your method
Note: You will need to set EMAIL, PASSWORD, APITOKEN (located at the top of the PosterousClient.h) to your Posterous email, password, and apitoken before using this library in your project.
PosterousClient *client = [[PosterousClient alloc] initWithCredentials:EMAIL
password:PASSWORD
apitoken:APITOKEN];
Expand Down

0 comments on commit 5eae294

Please sign in to comment.