diff --git a/docs/ios-guide.md b/docs/ios-guide.md index 88cdd4a0..248a30b5 100644 --- a/docs/ios-guide.md +++ b/docs/ios-guide.md @@ -54,7 +54,7 @@ Because only one `openURL` method can be defined, if you have multiple listeners - Open `AppDelegate.m` - Add an import: `#import ` (if this one will not work try `#import "RNGoogleSignin.h"`). If this file cannot be found, you need to modify your header search paths so Xcode can find headers of `react-native-google-signin`. For example, when using the non-cocoapods installation, make sure that `$(SRCROOT)/../node_modules/@react-native-google-signin/google-signin/ios` is included in your target's header search paths. -- Add a method to respond to the URL scheme (this is just an example of what the code can look like if you're using both `FBSDKApplicationDelegate` and `RNGoogleSignin`): +- Add a method to respond to the URL scheme. This is just an example of a method that you can add at the bottom of your file if you're using both `FBSDKApplicationDelegate` and `RNGoogleSignin` : ```objc // AppDelegate.m