Skip to content

Commit bdac2b8

Browse files
authored
README syntax highlighting for code blocks (#7830)
1 parent 0b508f9 commit bdac2b8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,14 @@ All of the official releases are tagged in this repo and available via CocoaPods
7676
source snapshot or unreleased branch, use Podfile directives like the following:
7777

7878
To access FirebaseFirestore via a branch:
79-
```
79+
```ruby
8080
pod 'FirebaseCore', :git => 'https://github.com/firebase/firebase-ios-sdk.git', :branch => 'master'
8181
pod 'FirebaseFirestore', :git => 'https://github.com/firebase/firebase-ios-sdk.git', :branch => 'master'
8282
```
8383

8484
To access FirebaseMessaging via a checked out version of the firebase-ios-sdk repo do:
8585

86-
```
86+
```ruby
8787
pod 'FirebaseCore', :path => '/path/to/firebase-ios-sdk'
8888
pod 'FirebaseMessaging', :path => '/path/to/firebase-ios-sdk'
8989
```
@@ -116,7 +116,9 @@ Install
116116

117117
For the pod that you want to develop:
118118

119-
`pod gen Firebase{name here}.podspec --local-sources=./ --auto-open --platforms=ios`
119+
```ruby
120+
pod gen Firebase{name here}.podspec --local-sources=./ --auto-open --platforms=ios
121+
```
120122

121123
Note: If the CocoaPods cache is out of date, you may need to run
122124
`pod repo update` before the `pod gen` command.
@@ -166,7 +168,7 @@ before creating a PR.
166168
GitHub Actions will verify that any code changes are done in a style compliant
167169
way. Install `clang-format` and `mint`:
168170

169-
```
171+
```console
170172
brew install clang-format@11
171173
brew install mint
172174
```

0 commit comments

Comments
 (0)