Skip to content

Commit 0d6b540

Browse files
authored
Update README.md with code markup (#800)
Add code markup to a few paths for consistency.
1 parent e4be254 commit 0d6b540

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ pod 'FirebaseCore', :git => 'https://github.com/firebase/firebase-ios-sdk.git',
5454

5555
If your Podfile does not include *use_frameworks!*, you need to workaround
5656
a build issue with the FirebaseAnalytics umbrella header. Delete the first four lines
57-
of Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h
57+
of `Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h`
5858
or copy [patch/FirebaseAnalytics.h](patch/FirebaseAnalytics.h) to
59-
Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h.
60-
See the post_install phase of [Example/Podfile](Example/Podfile) for an example
59+
`Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h`.
60+
See the `post_install` phase of [Example/Podfile](Example/Podfile) for an example
6161
of applying the workaround automatically - make sure you correct the path of
6262
`patch/FirebaseAnalytics.h`.
6363

0 commit comments

Comments
 (0)