Skip to content

Commit 2ef30e4

Browse files
SUPERCILEXsamtstern
authored andcommitted
Fix realtime database heading level (#1087)
1 parent e3ec786 commit 2ef30e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ If you don't want to manually start/stop listening you can use
205205
`FirebaseRecyclerAdapter.Builder#setLifecycleOwner(...)` and FirebaseUI will automatically
206206
start and stop listening in `onStart()` and `onStop()`.
207207

208-
#### Data and error events
208+
### Data and error events
209209

210210
When using the `FirebaseRecyclerAdapter` you may want to perform some action every time data
211211
changes or when there is an error. To do this, override the `onDataChanged()` and `onError()`

0 commit comments

Comments
 (0)