Skip to content

Commit 230a15e

Browse files
authored
Update README.md
1 parent 56dc956 commit 230a15e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ FirebaseOptions options = new FirebaseOptions.Builder()
8282
```
8383

8484
You can then pass this to the `initialize` function, along with a mock Android `context` supplied by the `firebase-java-sdk`, like so:
85-
```
85+
```kotlin
8686
import android.app.Application
8787

8888
val app = Firebase.initialize(new Application(), options)

0 commit comments

Comments
 (0)