Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mcglincy committed Apr 23, 2012
1 parent c8f8e3e commit 2d2e588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Somewhere in your code, you'll need to authenticate. A normal place for this wo

Calling authenticateWithCompletion:Handler will start the OAuth process. Your app will be backgrounded while Safari is opened to an Evernote authorization page. When the user authorizes your app, it will be foregrounded again.

### Use EvernoteNoteStore and EvernoteUserStore for asynchronous calls to Evernote APIs.
### Use EvernoteNoteStore and EvernoteUserStore for asynchronous calls to the Evernote API.

Both EvernoteNoteStore and EvernoteUserStore have a convenience constructor that uses the shared EvernoteSession.
All calls are asynchrnous, occuring on a background GCD queue. You provide the success and failure callback blocks.
Expand Down

0 comments on commit 2d2e588

Please sign in to comment.