aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Ryan Wilson <wilsonryan@google.com>2018-02-14 14:29:45 -0500
committerGravatar GitHub <noreply@github.com>2018-02-14 14:29:45 -0500
commit0d6b54060a7839cbfee929e328962d0b315f8650 (patch)
treec66d039fd7e65d6772f485c6e690777ea048b5d0 /README.md
parente4be2548b5f85497d13c9291b4b5b76f301faa2e (diff)
Update README.md with code markup (#800)
Add code markup to a few paths for consistency.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 848e202..499d136 100644
--- a/README.md
+++ b/README.md
@@ -54,10 +54,10 @@ pod 'FirebaseCore', :git => 'https://github.com/firebase/firebase-ios-sdk.git',
If your Podfile does not include *use_frameworks!*, you need to workaround
a build issue with the FirebaseAnalytics umbrella header. Delete the first four lines
-of Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h
+of `Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h`
or copy [patch/FirebaseAnalytics.h](patch/FirebaseAnalytics.h) to
-Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h.
-See the post_install phase of [Example/Podfile](Example/Podfile) for an example
+`Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h`.
+See the `post_install` phase of [Example/Podfile](Example/Podfile) for an example
of applying the workaround automatically - make sure you correct the path of
`patch/FirebaseAnalytics.h`.