Skip to content

Commit

Permalink
updated README with code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgrenon committed Jul 13, 2011
1 parent 975e32e commit bb28eba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ 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

Expand All @@ -31,7 +31,7 @@ Note: You will need to set EMAIL, PASSWORD, APITOKEN (located at the top of the

PosterousClient *client = [[PosterousClient alloc] initWithCredentials:EMAIL
password:PASSWORD
apitoken:APITOKEN];```
apitoken:APITOKEN];


3. Call a Posterous Client method within the same method you created an instance of PosterousClient:
Expand Down

0 comments on commit bb28eba

Please sign in to comment.