Skip to content

Commit b4b2b3b

Browse files
committed
Fix database README.md
Fixes #172
1 parent 8461adf commit b4b2b3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

database/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In your app, create a class that represents the data from Firebase that you want
1313

1414
So say we have these chat messages in our Firebase database:
1515

16-
![Chat messages in dashboard](doc-images/chat-messages.png "Chat messages in console")
16+
![Chat messages in dashboard](../doc-images/chat-messages.png "Chat messages in console")
1717

1818
We can represent a chat message with this Java class:
1919

@@ -217,7 +217,7 @@ RecyclerView is the new preferred way to handle potentially long lists of items.
217217
can contain many items, there is an `FirebaseRecyclerAdapter` too. Here's how you use it:
218218

219219
1. Create a custom ViewHolder class
220-
2. Create a custom subclass FirebaseListAdapter
220+
2. Create a custom subclass FirebaseRecyclerAdapter
221221

222222
The rest of the steps is the same as for the `FirebaseListAdapter` above, so be sure to read that first.
223223

0 commit comments

Comments
 (0)