From 3601c2b77ff2e4446ed1f7ac5333b342c18c6aa7 Mon Sep 17 00:00:00 2001 From: Brad Bergeron Date: Fri, 18 Oct 2013 13:33:44 -0400 Subject: [PATCH] Updating README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ad761f..f86727a 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ If you're targeting either iOS 6 or OS X 10.8, you must use `BDBOAuth1RequestOpe ## Authentication Flow -The first step in performing the OAuth handshake is requesting an OAuth request token for your application. This can be done with the `fetchRequestTokenWithPath:method:callbackURL:scope:success:failure:` method. +The first step in performing the OAuth handshake is getting an OAuth request token for your application. This can be done with the `fetchRequestTokenWithPath:method:callbackURL:scope:success:failure:` method. ```objective-c [self.networkManager fetchRequestTokenWithPath:@"/oauth/request_token"