Skip to content

Commit 6e12b56

Browse files
Update README.md
removed the `new` keyword from the Kotlin sample code.
1 parent f2b5592 commit 6e12b56

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
@@ -97,7 +97,7 @@ You can then pass this to the `initialize` function, along with a mock Android `
9797
```kotlin
9898
import android.app.Application
9999

100-
val app = Firebase.initialize(new Application(), options)
100+
val app = Firebase.initialize(Application(), options)
101101
```
102102

103103
## Project status

0 commit comments

Comments
 (0)