Skip to content

Commit 9f7f92f

Browse files
committed
Codelab typo fix
1 parent aa39cf1 commit 9f7f92f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codelabs/chat/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ mFirebaseRef = new Firebase("https://<your-app>.firebaseio.com");
151151

152152
Be sure to replace `<your-app>` with the name of the Firebase app you created in the first section.
153153

154-
![MainActivity with setAndroidContext and mFirebaseRef](images/3_4.png)
154+
![MainActivity with setAndroidContext and mFirebaseRef](images/3_4.png)
155155

156156
That's all the setup that is required. Next up we'll allow the user to enter a message in our app and send the message to Firebase.
157157

0 commit comments

Comments
 (0)