Skip to content

Commit 6bce837

Browse files
committed
readme
1 parent fa9e04b commit 6bce837

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ For that we have `Database.listen(...)` method which has a simple **object lifec
5353

5454
```kotlin
5555
// kotlin
56-
Database.listen(path: String, object: Reference<T>(T::class.java) {
56+
Reference<T>(T::class.java) {
5757

5858
fun onCreate()
5959

@@ -65,7 +65,7 @@ Database.listen(path: String, object: Reference<T>(T::class.java) {
6565

6666
fun progress(value: Int)
6767

68-
})
68+
}
6969
```
7070

7171
### onCreate

0 commit comments

Comments
 (0)