From 78835f4556c1217863816938fc993d06c851a66b Mon Sep 17 00:00:00 2001 From: chrisbianca Date: Mon, 27 Mar 2017 12:39:39 +0100 Subject: [PATCH] Correct ios installation documentation syntax --- docs/installation.ios.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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];`