Fix directory reference in documentation

This commit is contained in:
chrisbianca 2017-03-27 12:41:05 +01:00 committed by GitHub
parent 78835f4556
commit 187f7cd7b9
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ Then you can run `(cd ios && pod install)` to get the pods installed.
## AppDelegate.m
You need to add the following to the top of `ios/AppDelegate.m`:
You need to add the following to the top of `ios/[YOUR APP NAME]]/AppDelegate.m`:
`#import <Firebase.h>`