diff --git a/docs/installation.ios.md b/docs/installation.ios.md index 26affd4a..bddd0d2d 100644 --- a/docs/installation.ios.md +++ b/docs/installation.ios.md @@ -31,8 +31,8 @@ Then you can run `(cd ios && pod install)` to get the pods installed. You need to add the following to the top of `ios/AppDelegate.m`: -`#import +`#import ` and this to the `didFinishLaunchingWithOptions:(NSDictionary *)launchOptions` method: -`[FIRApp configure]; +`[FIRApp configure];`