From 72f0bd1941661cbf137ff6c9b2ef64ff14c2bc6d Mon Sep 17 00:00:00 2001 From: David Zhao Date: Mon, 9 Sep 2024 09:34:47 -0700 Subject: [PATCH] Update README.md (#15) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b8eb70..af19599 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ This is a demo app for livestreaming using LiveKit. One user is a broadcaster while other users can view their stream and chat, as well as join the stream as a host. -This sample app is based on [LiveKit Android Components](https://github.com/livekit/components-android), which allows developers to quickly get their Compose app up and running. The backend code for this app can be found [here](https://github.com/livekit-examples/livestream-mobile-backend). \ No newline at end of file +This sample app is based on [LiveKit Android Components](https://github.com/livekit/components-android), which allows developers to quickly get their Compose app up and running. The backend code for this app can be found [here](https://github.com/livekit-examples/livestream).