diff --git a/README.md b/README.md index cfe4c7e..8de18f7 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ then run Parcoa builds a static library `libParcoa.a`. The library target is in `Parcoa.xcodeproj`. To link Parcoa with your target: 1. Clone the `Parcoa` github repostiory ```git clone https://github.com/brotchie/Parcoa.git```. -2. Drag `Parcoa.xcodeproj` into your XCode project. +2. Drag `Parcoa.xcodeproj` into your Xcode project. 3. Add `libParcoa.a` (`Parcoa OS X.dylib` on OSX) to `Link Binary With Libraries` on your target's `Build Phases` tab. 4. Ensure `Parcoa (Parcoa)` (`Parcoa OS X (Parcoa)` on OSX) is in `Target Dependencies` on your target's `Build Phases` tab. 5. Add the Parcoa directory as a recursive path to `User Header Search Paths` and set `Always Search User Paths` to `YES` on your target's `Build Settings` tab.