diff --git a/README.md b/README.md index 90a2604efcdee840ef8380db18d5decf2244f466..f5ba2d1fec83057a6e42ef48c76bcd987c0a3f96 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,7 @@ NOTE: there is a working example in `master` branch 1. Follow the instruction on [Integrate without CocoaPods](https://firebase.google.com/docs/ios/setup#frameworks). - Import libraries, add Capabilities (background running and push notification), upload APNS and etc etc etc... 2. Put frameworks under `ios/Frameworks` folder, also put `firebase.h` and `module.modulemap` there -3. Modify `User Header Search Paths` and add `$(PROJECT_DIR)/Frameworks` +3. Modify your project's `User Header Search Paths` and add `$(PROJECT_DIR)/Frameworks` screen shot 2018-03-05 at 2 17 03 pm NOTE: There is a working example in `no-pod` branch