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 bb28eba commit 511f1d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@ An Objective-C Library(with examples) for the Posterous 2.0 API

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

import "PosterousClient.h"
import "PosterousClient.h"

2. Create an instance of PosterousClient within your method

GetAUsersPrimarySite example code

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
Expand Down

0 comments on commit 511f1d6

Please sign in to comment.