From eb07797b8666c26314ee4790ed007feec2d6d090 Mon Sep 17 00:00:00 2001
From: Cameron Boehmer <cameron.boehmer@gmail.com>
Date: Thu, 1 Dec 2016 12:33:20 -0800
Subject: [PATCH 1/2] fix typo in readme's ios setup instructions

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index fb37d7e..259b92c 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@ Since `react-native-oauth` depends upon the `RCTLinkingManager` (from react-nati
 In your app, add the following line to your `HEADER SEARCH PATHS`:
 
 ```
-$(SRCROOT)/../node_modules/react-native/Libraries/LinkingiOS
+$(SRCROOT)/../node_modules/react-native/Libraries/LinkingIOS
 ```
 
 ![](./resources/header-search-paths.png)

From 2160fa743bf9c7fe0e17f87df33194b13da291c1 Mon Sep 17 00:00:00 2001
From: Cameron Boehmer <cameron.boehmer@gmail.com>
Date: Thu, 1 Dec 2016 12:50:16 -0800
Subject: [PATCH 2/2] add readme instruction re ios/link binary with library

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 259b92c..33fa068 100644
--- a/README.md
+++ b/README.md
@@ -64,6 +64,8 @@ $(SRCROOT)/../node_modules/react-native/Libraries/LinkingIOS
 
 ![](./resources/header-search-paths.png)
 
+Next, navigate to the neighboring "Build Phases" section of project settings, find the "Link Binary with Library" drop down, expand it, and click the "+" to add _libOAuthManager.a_ to the list.
+
 #### Automatically with [rnpm](https://github.com/rnpm/rnpm)
 
 To automatically link our `react-native-oauth` client to our application, use the `rnpm` tool. [rnpm](https://github.com/rnpm/rnpm) is a React Native package manager which can help to automate the process of linking package environments.